Skip to content

Commit 4cc4ada

Browse files
committed
fixing numpy dependency
1 parent c7ef79c commit 4cc4ada

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ classifiers = [
2020
]
2121
dependencies = [
2222
"juliacall>=0.9.14",
23-
"numpy>=2.0.2",
23+
"numpy>=1.26.0",
2424
"pydantic>=2.0",
2525
"scipy>=1.9.3",
2626
"pandas>=2.1.0",

uv.lock

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

0 commit comments

Comments
 (0)