File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ requirements:
1919 - python>=3.6
2020
2121 run :
22- - pytorch >=1.1.0
22+ - pytorch >=1.5.1
2323 - numpy
2424 - pillow
2525 - matplotlib
Original file line number Diff line number Diff line change 1- torch >= 1.1.0
1+ torch >= 1.5.1
22numpy >= 1.14.0
3- pillow >= 5 .0.0
3+ pillow >= 7 .0.0
44matplotlib >= 3.0.0
Original file line number Diff line number Diff line change 1010
1111from setuptools import find_packages , setup
1212
13- version = '0.1.3a0 '
13+ version = '0.2.0a0 '
1414sha = 'Unknown'
1515package_name = 'torchcam'
1616
@@ -40,9 +40,9 @@ def write_version_file():
4040 readme = f .read ()
4141
4242requirements = [
43- 'torch>=1.1.0 ' ,
43+ 'torch>=1.5.1 ' ,
4444 'numpy>=1.14.0' ,
45- 'pillow>=5 .0.0' ,
45+ 'pillow>=7 .0.0' ,
4646 'matplotlib>=3.0.0'
4747]
4848
You can’t perform that action at this time.
0 commit comments