Skip to content

Commit

Permalink
updated requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
FilippoAiraldi committed Nov 15, 2024
1 parent 1acc110 commit 5f2ad60
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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 ; python_version <= '3.9'",
"numba >= 0.57.1",
"csnlp >= 1.6.3rc2",
"csnlp >= 1.6.3",
"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 ; python_version <= '3.9'
numba>=0.57.1
csnlp>=1.6.3rc2
csnlp>=1.6.3
scipy>=1.11.0
gymnasium>=0.28.1
2 changes: 1 addition & 1 deletion src/mpcrl/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
==================== =======================================================================
"""

__version__ = "1.3.1"
__version__ = "1.3.1.post1"

__all__ = [
"Agent",
Expand Down

0 comments on commit 5f2ad60

Please sign in to comment.