We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f5fc61 commit f05f5d1Copy full SHA for f05f5d1
pyproject.toml
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
6
7
[project]
8
name = "team_comm_tools"
9
-version = "0.1.2"
+version = "0.1.3"
10
requires-python = ">= 3.10"
11
dependencies = [
12
"chardet>=3.0.4",
@@ -32,9 +32,9 @@ dependencies = [
32
"spacy-loggers==1.0.5",
33
"textblob==0.17.1",
34
"tokenizers==0.19.1",
35
- "torch==2.4.0",
36
- "torchaudio==2.4.0",
37
- "torchvision==0.19.0",
+ "torch==2.4.1",
+ "torchaudio==2.4.1",
+ "torchvision==0.19.1",
38
"transformers==4.44.0",
39
"tzdata>=2023.3",
40
"tzlocal==5.2"
0 commit comments