Skip to content

Commit 27b4294

Browse files
committed
update numpy and pandas
1 parent 6abb672 commit 27b4294

File tree

2 files changed

+23
-51
lines changed

2 files changed

+23
-51
lines changed

poetry.lock

Lines changed: 21 additions & 43 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -55,14 +55,8 @@ scikit-learn = "^1.3.2"
5555
json-repair = "~0.30.0"
5656
# pinning transitive dependencies
5757
tree-sitter = "~0.21.3"
58-
numpy = [
59-
{ version = "^1.26", python = "^3.12", optional = true },
60-
{ version = "^1.24", python = "^3.9, <=3.11", optional = true }
61-
]
62-
pandas = [
63-
{ version = "^2.1.4", python = "^3.12", optional = true },
64-
{ version = "^2.0.3", python = "3.9, <=3.11", optional = true }
65-
]
58+
numpy = "1.26.4"
59+
pandas = "2.2.3"
6660
scipy = [
6761
{ version = "^1.7.3", python = "^3.12", optional = true },
6862
{ version = "^1.6.1", python = "3.9, <=3.11", optional = true }

0 commit comments

Comments
 (0)