SeAIPalette/create_env.yaml

13 lines
208 B
YAML
Raw Normal View History

2022-05-31 15:09:30 +08:00
name: Palette
dependencies:
- python=3.7.3
- anaconda
- pip
- pip:
- pygame==2.0.1
- pymunk==6.0.0
- pyyaml==5.4.1
- numpy==1.20.3
- easydict==1.9
2022-06-06 21:08:36 +08:00
- pyqt == 5.15.4