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 b9dadb9 commit cf6fd03Copy full SHA for cf6fd03
requirements.txt
@@ -1,8 +1,7 @@
1
-pytest~=6.0.1
2
-pandas~=1.1.0
3
-requests~=2.24.0
4
-numpy~=1.17.4
5
-scipy~=1.3.2
6
-urllib3~=1.25.10
7
-matplotlib~=3.3.0
8
-setuptools~=49.6.0
+pytest>=6.0.1
+pandas>=1.1.0
+requests>=2.24.0
+numpy>=1.17.0
+scipy>=1.3.0
+urllib3>=1.25.0
+matplotlib>=3.3.0
setup.py
@@ -28,8 +28,7 @@
28
'scipy',
29
'psycopg2',
30
'urllib3',
31
- 'matplotlib',
32
- 'setuptools'],
+ 'matplotlib'],
33
classifiers=[
34
"Development Status :: 5 - Production/Stable",
35
"Intended Audience :: Developers",
0 commit comments