EG/requirements/environment.yml
2026-03-17 16:18:10 +08:00

16 lines
258 B
YAML

name: eg-project
channels:
- conda-forge
- defaults
dependencies:
- python=3.11
- pip
- pip:
- Panda3D==1.10.15
- imgui-bundle
- Pillow>=9.0.1
- numpy>=1.24
- aiohttp>=3.9
- openvr==2.2.0
- pyassimp>=5.2.5