Skip to content

Commit

Permalink
chore: Updated requirements and version (#61)
Browse files Browse the repository at this point in the history
* chore: Updated requirements

* chore: Updated version
  • Loading branch information
frgfm authored Apr 9, 2021
1 parent aa4f02e commit e8d39cb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ requirements:
- python>=3.6

run:
- pytorch >=1.1.0
- pytorch >=1.5.1
- numpy
- pillow
- matplotlib
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
torch>=1.1.0
torch>=1.5.1
numpy>=1.14.0
pillow>=5.0.0
pillow>=7.0.0
matplotlib>=3.0.0
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

from setuptools import find_packages, setup

version = '0.1.3a0'
version = '0.2.0a0'
sha = 'Unknown'
package_name = 'torchcam'

Expand Down Expand Up @@ -40,9 +40,9 @@ def write_version_file():
readme = f.read()

requirements = [
'torch>=1.1.0',
'torch>=1.5.1',
'numpy>=1.14.0',
'pillow>=5.0.0',
'pillow>=7.0.0',
'matplotlib>=3.0.0'
]

Expand Down

0 comments on commit e8d39cb

Please sign in to comment.