Skip to content

Commit

Permalink
🚧 Raise minimum numpy version to 1.22
Browse files Browse the repository at this point in the history
This is required by numba which gets installer together with pygflotaran
See error
ImportError: Numba needs NumPy 1.22 or greater. Got NumPy 1.21.
  • Loading branch information
s-weigand committed Jun 30, 2024
1 parent 93d329e commit 44a39db
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 @@ -33,7 +33,7 @@ dynamic = [
dependencies = [
"cycler>=0.10",
"matplotlib>=3.3",
"numpy>=1.21.2",
"numpy>=1.22",
"pyglotaran>=0.7",
"tabulate>=0.8.9",
"xarray>=2022.3",
Expand Down
2 changes: 1 addition & 1 deletion requirements_min.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Minimum versions runtime dependencies

cycler==0.10
numpy==1.21.2
numpy==1.22
matplotlib==3.3
pyglotaran==0.7.2
tabulate==0.8.9
Expand Down

0 comments on commit 44a39db

Please sign in to comment.