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 164d20a commit 77553e1Copy full SHA for 77553e1
setup.py
@@ -22,7 +22,7 @@
22
'Topic :: Scientific/Engineering',
23
]
24
25
-PYTHON_REQUIRES = '>=3.5'
+PYTHON_REQUIRES = '>=3.5.3'
26
INSTALL_REQUIRES = ['numpy >= 1.12', 'pandas >= 0.19.2']
27
needs_pytest = {'pytest', 'test', 'ptr'}.intersection(sys.argv)
28
SETUP_REQUIRES = ['pytest-runner >= 4.2'] if needs_pytest else []
0 commit comments