Skip to content

Commit

Permalink
Update numpy in pyproject.toml (#2325)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew-S-Rosen committed Jul 3, 2024
1 parent c692a79 commit a8c1b8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependencies = [
"emmet-core>=0.80.0", # for pre-made schemas
"maggma>=0.64.0", # for database handling
"monty>=2024.5.15", # miscellaneous Python utilities
"numpy<2.0", # for array handling
"numpy>=1.25.0", # for array handling
"psutil", # for getting compute architecture details
"pydantic>=2.0.1", # for settings management
"pydantic-settings>=2.2.0", # for settings management
Expand Down

0 comments on commit a8c1b8c

Please sign in to comment.