File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 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):
6262 license = torchplot .__license__ ,
6363 packages = find_packages (exclude = ["tests" , "tests/*" ]),
6464 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" ,
6767 classifiers = [
6868 "Environment :: Console" ,
6969 "Natural Language :: English" ,
Original file line number Diff line number Diff line change 1616import time
1717
1818_this_year = time .strftime ("%Y" )
19- __version__ = "0.1"
19+ __version__ = "0.1.2 "
2020__author__ = "Nicki Skafte Detlefsen et al."
2121__author_email__ = "nsde@dtu.dk"
2222__license__ = "Apache-2.0"
You can’t perform that action at this time.
0 commit comments