Skip to content

Commit

Permalink
raise nltk requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
markotoplak committed Aug 29, 2024
1 parent b4286b4 commit 3d773ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ gensim>=4.3.3
httpx!=0.23.1 # temporary fix - semantic search fail (but only in tests)
langdetect
lemmagen3
nltk>=3.0.5 # TweetTokenizer introduced in 3.0.5
nltk>=3.9.1
numpy
odfpy>=1.3.5
Orange3 >=3.35.0
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ deps =
oldest: orange-canvas-core==0.1.30
oldest: orange-widget-base==4.20.0
oldest: pandas==1.4.0
oldest: nltk==3.8.1
oldest: nltk==3.9.1
latest: https://github.com/biolab/orange3/archive/refs/heads/master.zip#egg=orange3
latest: https://github.com/biolab/orange3-network/archive/refs/heads/master.zip#egg=orange3-network
latest: https://github.com/biolab/orange-canvas-core/archive/refs/heads/master.zip#egg=orange-canvas-core
Expand Down

0 comments on commit 3d773ae

Please sign in to comment.