Skip to content

Commit

Permalink
fix: upgrade numpy to non-devtools version
Browse files Browse the repository at this point in the history
  • Loading branch information
f-aguzzi committed Jun 26, 2024
1 parent e17bfec commit 9c28adc
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 @@ -6,7 +6,7 @@ authors = [
{ name = "Federico Aguzzi", email = "62149513+f-aguzzi@users.noreply.github.com" }
]
dependencies = [
"numpy==1.25.0",
"numpy==2.0.0",
"scipy>=1.13.0",
"matplotlib>=3.8.4",
"pandas==2.0.3",
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.lock
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ packaging==24.1
# via ipykernel
# via matplotlib
# via plotly
pandas==2.2.2
pandas==2.0.3
# via chemfusekit
# via seaborn
parso==0.8.4
Expand Down
2 changes: 1 addition & 1 deletion requirements.lock
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ openpyxl==3.1.4
packaging==24.1
# via matplotlib
# via plotly
pandas==2.2.2
pandas==2.0.3
# via chemfusekit
# via seaborn
pillow==10.3.0
Expand Down

0 comments on commit 9c28adc

Please sign in to comment.