fastbook/environment.yml

13 lines
173 B
YAML
Raw Normal View History

2020-08-06 18:38:25 +00:00
name: fastbook
channels:
- fastai
- pytorch
- defaults
dependencies:
2020-08-16 14:12:11 +00:00
- python>=3.6
- pytorch>=1.6
2020-08-06 18:38:25 +00:00
- torchvision
- pip
- pip:
- -r requirements.txt