1
0
mirror of https://github.com/fastai/fastbook.git synced 2025-04-09 20:30:42 +00:00
fastbook/environment.yml
2020-08-16 07:12:11 -07:00

13 lines
178 B
YAML

name: fastbook
channels:
- fastai
- pytorch
- defaults
dependencies:
- python>=3.6
- pytorch>=1.6
- torchvision
- pip
- pip:
- -r file:requirements.txt