File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 1010URL = 'https://github.com/ponnhide/patchworklib'
1111LICENSE = 'GNU General Public License v3.0'
1212DOWNLOAD_URL = 'https://github.com/ponnhide/patchworklib'
13- VERSION = '0.6.5 '
13+ VERSION = '0.6.6 '
1414PYTHON_REQUIRES = ">=3.7"
1515
1616INSTALL_REQUIRES = [
1717 'matplotlib>=3.4' ,
1818 'pandas>=0.24' ,
19- 'numpy>=1.16,<1.27 ' ,
19+ 'numpy>=1.16' ,
2020 'dill' ,
2121 'seaborn' ,
22- 'plotnine<=0.13.6' ,
2322]
2423
2524PACKAGES = [
3231 'Programming Language :: Python :: 3.8' ,
3332 'Programming Language :: Python :: 3.9' ,
3433 'Programming Language :: Python :: 3.10' ,
34+ 'Programming Language :: Python :: 3.11' ,
35+ 'Programming Language :: Python :: 3.12' ,
3536 'License :: OSI Approved :: GNU General Public License v3 (GPLv3)' ,
3637]
3738
You can’t perform that action at this time.
0 commit comments