Skip to content

Commit 6bfbdc4

Browse files
authored
Unpin nltk dependency (#3669)
As old pin is subject to CVE-2026-0846
1 parent 59d04da commit 6bfbdc4

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

requirements-dev.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,7 @@ pynvml<12 # pynvml module was removed in 12.X, is not developed or maintained.
2828
clearml
2929
scikit-image
3030
pycocotools
31-
# temporary fix for python=3.12 and v3.8.1
32-
# nltk
33-
git+https://github.com/nltk/nltk@aba99c8
31+
nltk
3432
# Examples dependencies
3533
pandas
3634
gymnasium

0 commit comments

Comments
 (0)