We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f57b4b1 commit 0bde940Copy full SHA for 0bde940
1 file changed
setup.py
100644
100755
@@ -10,16 +10,15 @@
10
URL = 'https://github.com/ponnhide/patchworklib'
11
LICENSE = 'GNU General Public License v3.0'
12
DOWNLOAD_URL = 'https://github.com/ponnhide/patchworklib'
13
-VERSION = '0.6.5'
+VERSION = '0.6.6'
14
PYTHON_REQUIRES = ">=3.7"
15
16
INSTALL_REQUIRES = [
17
'matplotlib>=3.4',
18
'pandas>=0.24',
19
- 'numpy>=1.16,<1.27',
+ 'numpy>=1.16',
20
'dill',
21
'seaborn',
22
- 'plotnine<=0.13.6',
23
]
24
25
PACKAGES = [
@@ -32,6 +31,8 @@
32
31
'Programming Language :: Python :: 3.8',
33
'Programming Language :: Python :: 3.9',
34
'Programming Language :: Python :: 3.10',
+ 'Programming Language :: Python :: 3.11',
35
+ 'Programming Language :: Python :: 3.12',
36
'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',
37
38
0 commit comments