Skip to content

Commit

Permalink
restrict numpy<2.0.0 for fasttext compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
svirpioj committed Jun 20, 2024
1 parent 3772fc1 commit 624baad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
setuptools==65.5.1
setuptools_scm==6.4.2
numpy<2.0.0
opustools
jieba>=0.42
beautifulsoup4>=4.8.2
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

install_requires = [
"setuptools",
"numpy<2.0.0",
"opustools",
"beautifulsoup4>=4.8.0",
"fasttext",
Expand Down

0 comments on commit 624baad

Please sign in to comment.