-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
need to update scipy to 1.10.0 for import error with linalg triu
- 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.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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", | ||
|
@@ -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", | ||
|