Skip to content

Commit cc7efbd

Browse files
authored
Merge pull request #221 from VectorInstitute/nltk_rollback
decreased nltk version from ^3.8.1 to ^3.8.0
2 parents 0e0a6ed + 2c8f622 commit cc7efbd

File tree

2 files changed

+43
-40
lines changed

2 files changed

+43
-40
lines changed

poetry.lock

Lines changed: 42 additions & 39 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ grpcio = "^1.60.0,!=1.64.2,!=1.65.1,!=1.65.2,!=1.65.4"
3737
# locked the 2.13 version because of restrictions with tensorflow-io
3838
# (see https://pypi.org/project/tensorflow-io/ section "TensorFlow Version Compatibility")
3939
tensorflow = "2.13"
40-
nltk = "^3.8.1"
40+
nltk = "^3.8.0"
4141
torchvision = "^0.16.0"
4242
torchinfo = "^1.8.0"
4343
ipykernel = "^6.25.1"

0 commit comments

Comments
 (0)