Skip to content

Commit

Permalink
Update numpy, scipy, numba version requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
timothy-nunn authored and jonmaddock committed Mar 13, 2024
1 parent 31d13a8 commit 209278a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ mkdocs-material>=4.6.3
mkdocs-git-revision-date-localized-plugin >= 1.2
mkdocs-glightbox >= 0.3.4
pymdown-extensions>=6.3
numpy>=1.19.0,!=1.22,!=1.24,>=1.23.0
scipy>=0.19.1
numpy>=1.23
scipy>=1.10
matplotlib>=2.1.1
pillow>=5.1.0
Markdown>=3.2.2,<3.4
Expand All @@ -14,7 +14,7 @@ netCDF4>=1.5.4
wheel>=0.36.2
jupyter==1.0.0
pdf2image==1.16.0
numba>=0.55.2
numba>=0.57
pandas>=1.1.5
bokeh==2.4.0
mkdocstrings==0.18.0
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@
},
"test_suite": "pytest",
"install_requires": [
"numpy>=1.19.0,!=1.22,!=1.24,>=1.23.0",
"scipy>=0.19.1",
"numpy>=1.23",
"scipy>=1.10",
"cvxpy!=1.3.0,!=1.3.1",
"importlib-resources ; python_version<'3.9'",
"pandas",
"tables",
"SALib",
"numba>=0.55.2",
"numba>=0.57",
"PyVMCON>=2.1.0,<3.0.0",
"CoolProp>=6.4",
],
Expand Down

0 comments on commit 209278a

Please sign in to comment.