We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4757d46 commit f1e9813Copy full SHA for f1e9813
2 files changed
requirements/install-min.txt
@@ -1,4 +1,4 @@
1
pandas>=1.5.0
2
numpy>=1.17.3
3
-OMPython>=3.4.0
4
-corrai>=0.3.0
+OMPython>=3.5.2
+corrai>=0.3.0
setup.py
@@ -31,7 +31,7 @@
31
install_requires=[
32
"pandas>=1.5.0",
33
"numpy>=1.17.3",
34
- "OMPython>=3.4.0",
+ "OMPython>=3.5.2",
35
"corrai>=0.3.0",
36
],
37
packages=find_packages(exclude=["tests*"]),
0 commit comments