Skip to content

Commit 0bde940

Browse files
Hideto MoriHideto Mori
authored andcommitted
Dropped support of plotnine and Fixed some bugs
1 parent f57b4b1 commit 0bde940

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

setup.py

100644100755
Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,15 @@
1010
URL = 'https://github.com/ponnhide/patchworklib'
1111
LICENSE = 'GNU General Public License v3.0'
1212
DOWNLOAD_URL = 'https://github.com/ponnhide/patchworklib'
13-
VERSION = '0.6.5'
13+
VERSION = '0.6.6'
1414
PYTHON_REQUIRES = ">=3.7"
1515

1616
INSTALL_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

2524
PACKAGES = [
@@ -32,6 +31,8 @@
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

0 commit comments

Comments
 (0)