Skip to content

Commit

Permalink
Merge pull request #994 from materialsproject/rkingsbury-patch-2
Browse files Browse the repository at this point in the history
require numpy>1.26
  • Loading branch information
rkingsbury authored Aug 23, 2024
2 parents 10689d6 + 9f924ee commit e553944
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 @@ -37,7 +37,7 @@ dependencies = [
"pandas>=2.2",
"jsonlines>=4.0.0",
"aioitertools>=0.5.1",
"numpy>=1.17.3",
"numpy>=1.26",
"pyzmq>=25.1.1",
"dnspython>=1.16.0",
"sshtunnel>=0.1.5",
Expand Down

0 comments on commit e553944

Please sign in to comment.