Skip to content

Commit f05f5d1

Browse files
committed
update pyproject.toml
1 parent 1f5fc61 commit f05f5d1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66

77
[project]
88
name = "team_comm_tools"
9-
version = "0.1.2"
9+
version = "0.1.3"
1010
requires-python = ">= 3.10"
1111
dependencies = [
1212
"chardet>=3.0.4",
@@ -32,9 +32,9 @@ dependencies = [
3232
"spacy-loggers==1.0.5",
3333
"textblob==0.17.1",
3434
"tokenizers==0.19.1",
35-
"torch==2.4.0",
36-
"torchaudio==2.4.0",
37-
"torchvision==0.19.0",
35+
"torch==2.4.1",
36+
"torchaudio==2.4.1",
37+
"torchvision==0.19.1",
3838
"transformers==4.44.0",
3939
"tzdata>=2023.3",
4040
"tzlocal==5.2"

0 commit comments

Comments
 (0)