Skip to content

Commit

Permalink
Temporarily ise scipy<1.13 to avoid import error of triu package
Browse files Browse the repository at this point in the history
Pinning scipy to version lower than 1.13 to avoid the following error:
ImportError: cannot import name 'triu' from 'scipy.linalg'
(/opt/hostedtoolcache/Python/3.9.19/x64/lib/python3.9/site-packages/scipy/linalg/__init__.py)

This version restriction can be removed when packages that depend on
triu are fixed. See e.g.:
- piskvorky/gensim#3524
- scipy/scipy#20402
  • Loading branch information
aecio committed May 23, 2024
1 parent 2da92ef commit 135d5ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ scikit-learn
tabulate
flair
requests
scipy<1.13

0 comments on commit 135d5ae

Please sign in to comment.