textgames / environment.yml
fhudi's picture
Upload folder using huggingface_hub
7d76671 verified
raw
history blame contribute delete
138 Bytes
# conda env create -f <this_file>
name: textgame
channels:
- conda-forge
dependencies:
- python=3.11
- pip
- pip:
- -r requirements.txt