Skip to content

Commit

Permalink
Merge pull request #43 from jan-janssen/extra
Browse files Browse the repository at this point in the history
Separate extra requirements
  • Loading branch information
jan-janssen authored Jun 20, 2024
2 parents 7199d4c + b8f2557 commit 2b1fcf1
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,16 @@
"langchain==0.2.5",
"numexpr==2.10.0",
"langchain-openai==0.1.8",
"langchain-experimental==0.0.61",
"mace==0.3.5",
"matplotlib==3.8.4",
"pandas==2.2.2",
"lxml==4.9.4",
"mendeleev==0.17.0",
"ipython==8.25.0",
]
],
extras_require={
"mace": ["mace==0.3.5"],
"ipython": [
"ipython==6.2.0",
"langchain-experimental==0.0.61",
],
}
)

0 comments on commit 2b1fcf1

Please sign in to comment.