Skip to content

Commit

Permalink
CU-869588fdc: Pin blis to below 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mart-r committed Aug 12, 2024
1 parent 3603dd2 commit 310936c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install_requires.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
'aiofiles>=0.8.0' # allow later versions, tested with 22.1.0
'ipywidgets>=7.6.5' # allow later versions, tested with 0.8.0
'xxhash>=3.0.0' # allow later versions, tested with 3.1.0
'blis>=0.7.5' # allow later versions, tested with 0.7.9
'blis>=0.7.5,<1.0.0' # allow later versions, tested with 0.7.9, avoid 1.0.0 (depends on numpy 2)
'click>=8.0.4' # allow later versions, tested with 8.1.3
'pydantic>=1.10.0,<2.0' # for spacy compatibility; avoid 2.0 due to breaking changes
"humanfriendly~=10.0" # for human readable file / RAM sizes
Expand Down

0 comments on commit 310936c

Please sign in to comment.