Skip to content

Commit f1e9813

Browse files
committed
⬆️ Require OMPython>=3.5.2
1 parent 4757d46 commit f1e9813

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

requirements/install-min.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
pandas>=1.5.0
22
numpy>=1.17.3
3-
OMPython>=3.4.0
4-
corrai>=0.3.0
3+
OMPython>=3.5.2
4+
corrai>=0.3.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
install_requires=[
3232
"pandas>=1.5.0",
3333
"numpy>=1.17.3",
34-
"OMPython>=3.4.0",
34+
"OMPython>=3.5.2",
3535
"corrai>=0.3.0",
3636
],
3737
packages=find_packages(exclude=["tests*"]),

0 commit comments

Comments
 (0)