Skip to content

Commit 595edfc

Browse files
Pinned pandas
1 parent 3555129 commit 595edfc

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

core-requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
numpy>=1.21.0
2-
pandas>=1.5.0
1+
numpy>=1.21.0, <=1.23.5
2+
pandas>=1.5.0, <2.0.0
33
scipy>=1.5.0
44
scikit-learn>=1.2.1
55
scikit-optimize>=0.9.0

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ keywords = ["data science", "machine learning", "optimization", "automl"]
2929
license = {file = "LICENSE"}
3030
requires-python = ">=3.8,<4"
3131
dependencies = [
32-
"numpy >= 1.21.0",
33-
"pandas >= 1.5.0",
32+
"numpy >= 1.21.0, <=1.23.5",
33+
"pandas >= 1.5.0, <2.0.0",
3434
"scipy >= 1.5.0",
3535
"scikit-learn >= 1.2.2",
3636
"scikit-optimize >= 0.9.0",

0 commit comments

Comments
 (0)