Skip to content

Commit

Permalink
Loosen numpy and pandas deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ml-evs committed Sep 27, 2024
1 parent aa6e283 commit 24e8858
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ dependencies = [
"optimade[server,ase]~=1.1",
"pyyaml~=6.0",
"pymatgen>=2023.9",
"pandas~=2.1",
"pandas >= 1.5, < 3",
"pybtex~=0.24",
"tqdm~=4.65",
"requests~=2.31",
"numpy~=1.26",
"numpy >= 1.26, < 3",
"click~=8.1"
]

Expand Down

0 comments on commit 24e8858

Please sign in to comment.