Skip to content

Commit

Permalink
remove strict pins
Browse files Browse the repository at this point in the history
  • Loading branch information
janosh authored Dec 7, 2024
1 parent c4e6324 commit 3bccff9
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,22 +30,22 @@ dependencies = [
"azure-identity",
"azure-storage-blob",
"deprecated",
"e3nn==0.5.0",
"e3nn>=0.5.0",
"emmet-core>=0.84",
"loguru",
"mp-api",
"numpy<2",
"opt_einsum_fx",
"pydantic==2.9.2",
"pydantic>=2.9.2",
"pymatgen",
"seekpath",
"torch-ema==0.3",
"torch==2.2.0",
"torch_geometric==2.5.3",
"torch_runstats==0.2.0",
"torchaudio==2.2.0",
"torch-ema>=0.3",
"torch>=2.2.0",
"torch_geometric>=2.5.3",
"torch_runstats>=0.2.0",
"torchaudio>=2.2.0",
"torchmetrics>=0.10.0",
"torchvision==0.17.0",
"torchvision>=0.17.0",
]

[project.optional-dependencies]
Expand Down

0 comments on commit 3bccff9

Please sign in to comment.