Skip to content

Commit bacb982

Browse files
committed
Add scipy to pyproject
1 parent d12ffae commit bacb982

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pixi.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dependencies = [
1717
"numpy>=2.0.0",
1818
"casadi>=3.7.0",
1919
"array-api-compat",
20-
# "scipy @ git+https://github.com/scipy/scipy.git@4cb83b6", # TODO: Replace with scipy 1.17 once released
20+
"scipy @ git+https://github.com/scipy/scipy.git@4cb83b6", # TODO: Replace with scipy 1.17 once released
2121
"array-api-typing @ git+https://github.com/data-apis/array-api-typing", # TODO: Replace with array-api-typing from pip once released
2222
"array-api-extra",
2323
"pip",

0 commit comments

Comments
 (0)