Skip to content

Commit

Permalink
updating csnlp due to incomatibility with numpy 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
FilippoAiraldi committed Jun 19, 2024
1 parent bb49011 commit 7b4ee1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ classifiers = [
dependencies = [
"typing_extensions >= 4.5.0",
"numba >= 0.57.1",
"csnlp >= 1.5.10",
"csnlp >= 1.5.10.post2",
"scipy >= 1.11.0",
"gymnasium >= 0.28.1",
]
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
typing_extensions>=4.5.0
numba>=0.57.1
csnlp>=1.5.10
csnlp>=1.5.10.post2
scipy>=1.11.0
gymnasium>=0.28.1

0 comments on commit 7b4ee1f

Please sign in to comment.