Skip to content

Commit

Permalink
Merge pull request #77 from jan-janssen/structuretoolkit
Browse files Browse the repository at this point in the history
Add Structuretoolkit as dependency
  • Loading branch information
jan-janssen authored Sep 14, 2024
2 parents 03c13b9 + 25d8045 commit afaf587
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 2 additions & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ dependencies:
- mendeleev =0.17.0
- lxml =4.9.4
- ipython =8.25.0
- sqsgenerator =0.3
- sqsgenerator =0.3
- structuretoolkit =0.0.28
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@
],
extras_require={
"mace": ["mace==0.3.5"],
"alloy": ["sqsgenerator==0.3"],
"alloy": [
"sqsgenerator==0.3",
"structuretoolkit==0.0.28",
],
"ipython": [
"ipython==6.2.0",
"langchain-experimental==0.0.61",
Expand Down

0 comments on commit afaf587

Please sign in to comment.