swarmauri_tool_sentimentanalysis 0.8.2.dev2__tar.gz → 0.8.2.dev4__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: swarmauri_tool_sentimentanalysis
3
- Version: 0.8.2.dev2
3
+ Version: 0.8.2.dev4
4
4
  Summary: Sentiment Analysis Tool
5
5
  License-Expression: Apache-2.0
6
6
  License-File: LICENSE
@@ -21,6 +21,7 @@ Requires-Dist: swarmauri_core
21
21
  Requires-Dist: swarmauri_standard
22
22
  Requires-Dist: tensorflow (>=2.16.2)
23
23
  Requires-Dist: tf-keras
24
+ Requires-Dist: torch (>=2.6.0)
24
25
  Requires-Dist: transformers (>=4.49.0)
25
26
  Description-Content-Type: text/markdown
26
27
 
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "swarmauri_tool_sentimentanalysis"
3
- version = "0.8.2.dev2"
3
+ version = "0.8.2.dev4"
4
4
  description = "Sentiment Analysis Tool"
5
5
  license = "Apache-2.0"
6
6
  readme = "README.md"
@@ -21,6 +21,7 @@ dependencies = [
21
21
  "swarmauri_core",
22
22
  "swarmauri_base",
23
23
  "swarmauri_standard",
24
+ "torch>=2.6.0",
24
25
  "transformers>=4.49.0",
25
26
  "tensorflow>=2.16.2",
26
27
  "tf-keras"