mirror of
https://github.com/fastai/fastbook.git
synced 2025-04-05 10:20:48 +00:00
15 lines
197 B
YAML
15 lines
197 B
YAML
name: fastbook
|
|
channels:
|
|
- fastai
|
|
- pytorch
|
|
- defaults
|
|
dependencies:
|
|
- python>=3.6
|
|
- pytorch>=1.6
|
|
- torchvision
|
|
- execnb
|
|
- nbformat
|
|
- pip
|
|
- pip:
|
|
- -r requirements.txt
|