Skip to content

Commit

Permalink
Pin numpy because v2 causes problems
Browse files Browse the repository at this point in the history
  • Loading branch information
dafeda committed Aug 3, 2024
1 parent 90456ad commit 8fa14c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion notebooks/ES_2D_Heat_Equation.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# extension: .py
# format_name: percent
# format_version: '1.3'
# jupytext_version: 1.16.0
# jupytext_version: 1.16.4
# kernelspec:
# display_name: Python 3 (ipykernel)
# language: python
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"matplotlib>=3.5.1,<4.0.0",
"jupyter",
"jupytext",
"numpy<2.0.0",
"pandas>=1.4.2,<2.0.0",
"scipy>=1.9.0,<2.0.0",
],
Expand Down

0 comments on commit 8fa14c1

Please sign in to comment.