swarmauri_tool_entityrecognition 0.8.2.dev3__tar.gz → 0.8.2.dev9__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_entityrecognition
3
- Version: 0.8.2.dev3
3
+ Version: 0.8.2.dev9
4
4
  Summary: Swarmauri Community Entity Recognition 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.1)
23
23
  Requires-Dist: tf-keras (==2.16.0)
24
+ Requires-Dist: torch (>=2.6.0)
24
25
  Requires-Dist: transformers (>=4.45.0)
25
26
  Description-Content-Type: text/markdown
26
27
 
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "swarmauri_tool_entityrecognition"
3
- version = "0.8.2.dev3"
3
+ version = "0.8.2.dev9"
4
4
  description = "Swarmauri Community Entity Recognition Tool"
5
5
  license = "Apache-2.0"
6
6
  readme = "README.md"
@@ -21,6 +21,7 @@ dependencies = [
21
21
  "transformers>=4.45.0",
22
22
  "tensorflow>=2.16.1",
23
23
  "tf-keras==2.16.0",
24
+ "torch>=2.6.0",
24
25
  "swarmauri_core",
25
26
  "swarmauri_base",
26
27
  "swarmauri_standard",