Skip to content

Commit

Permalink
Merge pull request #82 from janosh/allow-numpy-2
Browse files Browse the repository at this point in the history
Drop numpy<2 pin
  • Loading branch information
lan496 authored Mar 2, 2025
2 parents 72d6164 + 32d28f3 commit b9f826d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moyopy/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependencies = [

[project.optional-dependencies]
interface = [
"numpy<2", # pymatgen seems to be still incompatible with numpy>=2
"numpy",
"pymatgen",
"ase>=3.23",
]
Expand Down

0 comments on commit b9f826d

Please sign in to comment.