Skip to content

Commit

Permalink
updated to csnlp==1.5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
FilippoAiraldi committed Oct 26, 2023
1 parent 18d783d commit 0aa6cbb
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 @@ -23,7 +23,7 @@ classifiers = [
dependencies = [
"typing_extensions >= 4.5.0",
"numba >= 0.57.1",
"csnlp >= 1.5.8rc2",
"csnlp >= 1.5.8",
"scipy >= 1.11.0",
"gymnasium >= 0.28.1",
]
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.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.8rc2
csnlp>=1.5.8
scipy>=1.11.0
gymnasium>=0.28.1

0 comments on commit 0aa6cbb

Please sign in to comment.