Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
jph00 committed Mar 25, 2022
1 parent ce94e55 commit 01d7f87
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Expand Up @@ -2,10 +2,11 @@

<!-- do not remove -->

## 2.5.4

## 2.5.5

### New Features

- Update fastcore dep

## 2.5.4

Expand Down
2 changes: 1 addition & 1 deletion fastai/__init__.py
@@ -1,2 +1,2 @@
__version__ = "2.5.4"
__version__ = "2.5.5"

4 changes: 2 additions & 2 deletions settings.ini
Expand Up @@ -2,7 +2,7 @@
lib_name = fastai
user = fastai
branch = master
version = 2.5.4
version = 2.5.5
description = fastai simplifies training fast and accurate neural nets using modern best practices
keywords = fastai, deep learning, machine learning
author = Jeremy Howard, Sylvain Gugger, and contributors
Expand All @@ -16,7 +16,7 @@ language = English
requirements = fastdownload>=0.0.5,<2 fastcore>=1.3.27,<1.5 torchvision>=0.8.2 matplotlib pandas requests pyyaml fastprogress>=0.2.4 pillow>6.0.0 scikit-learn scipy spacy<4 packaging
pip_requirements = torch>=1.7.0,<1.11
conda_requirements = pytorch>=1.7.0,<1.11
dev_requirements = nbdev>=1.0.22,<2 ipywidgets pytorch-lightning pytorch-ignite transformers sentencepiece tensorboard pydicom catalyst flask_compress captum>=0.3 flask wandb kornia scikit-image neptune-client albumentations opencv-python pyarrow catalyst ninja #azureml-sdk
dev_requirements = nbdev>=1.0.22,<2 ipywidgets pytorch-lightning pytorch-ignite transformers sentencepiece tensorboard pydicom catalyst flask_compress captum>=0.3 flask wandb kornia scikit-image neptune-client albumentations opencv-python pyarrow catalyst ninja #azureml-sdk
nbs_path = nbs
doc_path = docs
doc_src_path = docs_src
Expand Down

0 comments on commit 01d7f87

Please sign in to comment.