Skip to content

Commit

Permalink
need to update scipy to 1.10.0 for import error with linalg triu
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathaniel Imel authored and Nathaniel Imel committed May 1, 2024
1 parent 9e537bd commit 97dd9cc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"pandas",
"plotnine",
"scikit-learn",
"scipy==1.10.1",
"sentence-transformers",
"semanticscholar==0.5.0", # 0.6.0 has AsyncSemanticScholar which creates difficulties
"spacy",
Expand All @@ -26,7 +27,7 @@

setuptools.setup(
name="sciterra",
version="0.0.1",
version="0.0.2",
author="Nathaniel Imel",
author_email="[email protected]",
description="Scientific literature data exploration analysis",
Expand Down

0 comments on commit 97dd9cc

Please sign in to comment.