Skip to content

Commit

Permalink
Bump versions according to SPEC 0000
Browse files Browse the repository at this point in the history
Co-Authored-By: Saransh Chopra <[email protected]>
  • Loading branch information
agriyakhetarpal and Saransh-cpp committed Nov 17, 2023
1 parent e633469 commit 0755c35
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,10 +203,10 @@ def compile_KLU():
],
# List of dependencies
install_requires=[
"numpy>=1.24.4",
"scipy>=1.10.1",
"numpy>=1.23.5",
"scipy>=1.9.3",
"casadi>=3.6.3",
"xarray>=23.1.0",
"xarray>=2022.6.0",
"anytree>=2.12.0",
],
extras_require={
Expand Down Expand Up @@ -236,7 +236,7 @@ def compile_KLU():
# on systems without an attached display, it should never be imported
# outside of plot() methods.
# Should not be imported
"matplotlib>=3.7.3",
"matplotlib>=3.6.0",
],
"cite": [
"pybtex>=0.24.0",
Expand All @@ -263,7 +263,7 @@ def compile_KLU():
"nbmake",
],
"pandas": [
"pandas>=2.0.3",
"pandas>=1.5.0",
],
"jax": [
"jax==0.4.8",
Expand Down

0 comments on commit 0755c35

Please sign in to comment.