1
+ #!/usr/bin/env python
1
2
# Copyright The GeoML Team
2
3
#
3
4
# Licensed under the Apache License, Version 2.0 (the "License");
@@ -61,9 +62,9 @@ def load_readme(path_dir=PATH_ROOT):
61
62
author_email = torchplot .__author_email__ ,
62
63
license = torchplot .__license__ ,
63
64
packages = find_packages (exclude = ["tests" , "tests/*" ]),
64
- python_requires = ">=3.8 " ,
65
+ python_requires = ">=3" ,
65
66
install_requires = ["torch" , "matplotlib" ],
66
- download_url = "https://github.com/CenterBioML/torchplot/archive/0.1.2 .zip" ,
67
+ download_url = "https://github.com/CenterBioML/torchplot/archive/0.1.3 .zip" ,
67
68
classifiers = [
68
69
"Environment :: Console" ,
69
70
"Natural Language :: English" ,
@@ -78,6 +79,6 @@ def load_readme(path_dir=PATH_ROOT):
78
79
"Operating System :: OS Independent" ,
79
80
# Specify the Python versions you support here. In particular, ensure
80
81
# that you indicate whether you support Python 2, Python 3 or both.
81
- "Programming Language :: Python :: 3.8" ,
82
+ "Programming Language :: Python :: 3"
82
83
],
83
84
)
0 commit comments