Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .ci_support/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies:
- matplotlib-base =3.10.8
- nglview =4.0.1
- notebook
- numpy =2.3.5
- numpy =2.4.3
- phonopy =3.2.1
- plotly =6.6.0
- pymatgen =2026.3.23
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/environment_mini.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ channels:
dependencies:
- ase =3.28.0
- coverage
- numpy =2.3.5
- numpy =2.4.3
- scipy =1.17.0
- hatchling =1.29.0
- hatch-vcs =0.5.0
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ classifiers = [
]
dependencies = [
"ase==3.28.0",
"numpy==2.3.5",
"numpy==2.4.3",
Copy link

Copilot AI Mar 27, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PR title/description says updating NumPy to 2.4.0 (and mentions adding sparse), but the actual pin here is 2.4.3 and there’s no sparse change in this PR. Please align the PR title/description with the actual changes (or adjust the pin if 2.4.0 is the intended target).

Copilot uses AI. Check for mistakes.
"scipy==1.17.0",
]
dynamic = ["version"]
Expand Down
Loading