Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-janssen authored Sep 14, 2024
1 parent 03c13b9 commit 308709c
Showing 1 changed file with 4 additions and 1 deletion.
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 308709c

Please sign in to comment.