Skip to content

Commit

Permalink
Fix pytorch-efficientnet version (#264)
Browse files Browse the repository at this point in the history
* Update requirements.txt
* Update __version__.py
  • Loading branch information
qubvel authored Sep 28, 2020
1 parent 0265b61 commit 176f277
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
torchvision>=0.3.0
pretrainedmodels==0.7.4
efficientnet-pytorch>=0.6.3
efficientnet-pytorch==0.6.3
timm==0.1.20
2 changes: 1 addition & 1 deletion segmentation_models_pytorch/__version__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
VERSION = (0, 1, 1)
VERSION = (0, 1, 2)

__version__ = '.'.join(map(str, VERSION))

0 comments on commit 176f277

Please sign in to comment.