Skip to content

Commit 176f277

Browse files
authored
Fix pytorch-efficientnet version (#264)
* Update requirements.txt * Update __version__.py
1 parent 0265b61 commit 176f277

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
torchvision>=0.3.0
22
pretrainedmodels==0.7.4
3-
efficientnet-pytorch>=0.6.3
3+
efficientnet-pytorch==0.6.3
44
timm==0.1.20

Diff for: segmentation_models_pytorch/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
VERSION = (0, 1, 1)
1+
VERSION = (0, 1, 2)
22

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

0 commit comments

Comments
 (0)