Skip to content

Commit

Permalink
Fix matgl dependency (#232)
Browse files Browse the repository at this point in the history
* Fix matgl dependency

---------

Co-authored-by: ElliottKasoar <[email protected]>
  • Loading branch information
alinelena and ElliottKasoar authored Aug 1, 2024
1 parent 8d77904 commit dc7b9c7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ janus = "janus_core.cli.janus:app"
python = "^3.9"
ase = "^3.23"
chgnet = "0.3.8"
dgl = "2.1.0"
dgl = "2.1.0" # Pin due to matgl installation issues
mace-torch = "0.3.6"
matgl = "1.1.2"
numpy = "^1.26.4"
Expand All @@ -39,6 +39,7 @@ typer-config = "^1.4.0"
phonopy = "^2.23.1"
seekpath = "^1.9.7"
spglib = "^2.3.0"
torchdata = "0.7.1" # Pin due to dgl issue
torch-dftd = "0.4.0"
codecarbon = "^2.5.0"
alignn = { version = "2024.5.27", optional = true }
Expand Down

0 comments on commit dc7b9c7

Please sign in to comment.