Skip to content

Commit e8d39cb

Browse files
authored
chore: Updated requirements and version (#61)
* chore: Updated requirements * chore: Updated version
1 parent aa4f02e commit e8d39cb

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.conda/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
torch>=1.1.0
1+
torch>=1.5.1
22
numpy>=1.14.0
3-
pillow>=5.0.0
3+
pillow>=7.0.0
44
matplotlib>=3.0.0

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
from setuptools import find_packages, setup
1212

13-
version = '0.1.3a0'
13+
version = '0.2.0a0'
1414
sha = 'Unknown'
1515
package_name = 'torchcam'
1616

@@ -40,9 +40,9 @@ def write_version_file():
4040
readme = f.read()
4141

4242
requirements = [
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

0 commit comments

Comments
 (0)