Skip to content

Commit

Permalink
Fix pytorch dep (#1951)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew-S-Rosen committed Mar 29, 2024
1 parent d3f30d8 commit e03f026
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 @@ -46,7 +46,7 @@ covalent = ["covalent>=0.234.0rc0", "covalent-cloud>=0.39.0"]
dask = ["dask[distributed]>=2023.12.1", "dask-jobqueue>=0.8.2"]
defects = ["pymatgen-analysis-defects>=2023.8.22", "shakenbreak>=3.2.0"]
jobflow = ["jobflow>=0.1.14", "jobflow-remote>=0.1.0", "fireworks>=2.0.3"]
mlp = ["matgl>=1.0.0", "chgnet>=0.3.3", "mace-torch>=0.3.3", "torch-dftd>=0.4.0"]
mlp = ["matgl>=1.0.0", "chgnet>=0.3.3", "mace-torch>=0.3.3", "torch-dftd>=0.4.0", "pytorch<=2.2.1"]
mp = ["pymatgen-io-validation>=0.0.1"]
newtonnet = ["newtonnet>=1.1"]
parsl = ["parsl[monitoring]>=2023.10.23"]
Expand Down

0 comments on commit e03f026

Please sign in to comment.