hi-ml/environment.yml

12 строки
186 B
YAML

name: himl
channels:
- defaults
- pytorch
dependencies:
- pip=20.1.1
- python=3.7.3
- pytorch=1.8.0
- pip:
- -r build_requirements.txt
- -r test_requirements.txt