Skip to content

Commit 1fe541d

Browse files
committed
huggingface
1 parent 661f456 commit 1fe541d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ docs: $(SRC)
1313
touch docs
1414

1515
release: pypi
16-
fastrelease_conda_package --mambabuild --upload_user fastai --build_args '-c pytorch -c nvidia'
16+
fastrelease_conda_package --mambabuild --upload_user fastai --build_args '-c pytorch -c nvidia -c conda-forge'
1717
nbdev_bump_version
1818

1919
conda-release:

fastbook/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.0.24"
1+
__version__ = "0.0.25"
22
import matplotlib as mpl, pkgutil, requests, time
33
from fastai.vision.all import *
44
from fastdownload import download_url

settings.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ author = Jeremy Howard and Sylvain Gugger
77
author_email = [email protected]
88
copyright = fast.ai
99
branch = master
10-
version = 0.0.24
10+
version = 0.0.25
1111
min_python = 3.6
1212
audience = Developers
1313
language = English
1414
custom_sidebar = True
1515
license = apache2
1616
status = 4
1717
doc_path = docs
18-
requirements = fastai>=2.6 graphviz ipywidgets pandas requests
18+
requirements = fastai>=2.6 graphviz ipywidgets pandas requests transformers datasets
1919
conda_requirements = python-graphviz
2020
pip_requirements = sentencepiece
2121
git_url = https://github.com/fastai/course20/tree/master/

0 commit comments

Comments
 (0)