Skip to content

Commit c74c352

Browse files
committed
⬆️
1 parent 3ef63aa commit c74c352

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

requirements/install-min.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
pandas>=1.5.0
2-
numpy>=1.17.3
1+
pandas>=2.0.0
2+
numpy>=1.22.4
33
OMPython>=3.5.2
4-
corrai>=1.0..0
4+
corrai>=1.0.0

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
],
3030
python_requires=">=3.10",
3131
install_requires=[
32-
"pandas>=1.5.0",
33-
"numpy>=1.17.3",
32+
"pandas>=2.0.0, <3.0",
33+
"numpy>=1.22.4, <2.0",
3434
"OMPython>=3.5.2",
3535
"corrai>=1.0.0",
3636
],

0 commit comments

Comments
 (0)