File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -62,8 +62,8 @@ def load_readme(path_dir=PATH_ROOT):
62
62
license = torchplot .__license__ ,
63
63
packages = find_packages (exclude = ["tests" , "tests/*" ]),
64
64
python_requires = ">=3.8" ,
65
- install_requires = ["torch>=1.6 " , "matplotlib>=3.3.3 " ],
66
- download_url = "https://github.com/CenterBioML/torchplot/archive/0.1.1 .zip" ,
65
+ install_requires = ["torch" , "matplotlib" ],
66
+ download_url = "https://github.com/CenterBioML/torchplot/archive/0.1.2 .zip" ,
67
67
classifiers = [
68
68
"Environment :: Console" ,
69
69
"Natural Language :: English" ,
Original file line number Diff line number Diff line change 16
16
import time
17
17
18
18
_this_year = time .strftime ("%Y" )
19
- __version__ = "0.1"
19
+ __version__ = "0.1.2 "
20
20
__author__ = "Nicki Skafte Detlefsen et al."
21
21
__author_email__ = "nsde@dtu.dk"
22
22
__license__ = "Apache-2.0"
You can’t perform that action at this time.
0 commit comments