swarmauri_tool_entityrecognition 0.6.1.dev14__tar.gz → 0.6.1.dev15__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.
- {swarmauri_tool_entityrecognition-0.6.1.dev14 → swarmauri_tool_entityrecognition-0.6.1.dev15}/PKG-INFO +4 -4
- {swarmauri_tool_entityrecognition-0.6.1.dev14 → swarmauri_tool_entityrecognition-0.6.1.dev15}/pyproject.toml +4 -4
- {swarmauri_tool_entityrecognition-0.6.1.dev14 → swarmauri_tool_entityrecognition-0.6.1.dev15}/LICENSE +0 -0
- {swarmauri_tool_entityrecognition-0.6.1.dev14 → swarmauri_tool_entityrecognition-0.6.1.dev15}/README.md +0 -0
- {swarmauri_tool_entityrecognition-0.6.1.dev14 → swarmauri_tool_entityrecognition-0.6.1.dev15}/swarmauri_tool_entityrecognition/EntityRecognitionTool.py +0 -0
- {swarmauri_tool_entityrecognition-0.6.1.dev14 → swarmauri_tool_entityrecognition-0.6.1.dev15}/swarmauri_tool_entityrecognition/__init__.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: swarmauri_tool_entityrecognition
|
|
3
|
-
Version: 0.6.1.
|
|
3
|
+
Version: 0.6.1.dev15
|
|
4
4
|
Summary: Swarmauri Community Entity Recognition Tool
|
|
5
5
|
License: Apache-2.0
|
|
6
6
|
Author: Jacob Stewart
|
|
@@ -11,9 +11,9 @@ Classifier: Programming Language :: Python :: 3
|
|
|
11
11
|
Classifier: Programming Language :: Python :: 3.10
|
|
12
12
|
Classifier: Programming Language :: Python :: 3.11
|
|
13
13
|
Classifier: Programming Language :: Python :: 3.12
|
|
14
|
-
Requires-Dist: swarmauri_base (>=0.6.1.
|
|
15
|
-
Requires-Dist: swarmauri_core (>=0.6.1.
|
|
16
|
-
Requires-Dist: swarmauri_standard (>=0.6.1.
|
|
14
|
+
Requires-Dist: swarmauri_base (>=0.6.1.dev15,<0.7.0)
|
|
15
|
+
Requires-Dist: swarmauri_core (>=0.6.1.dev15,<0.7.0)
|
|
16
|
+
Requires-Dist: swarmauri_standard (>=0.6.1.dev2,<0.7.0)
|
|
17
17
|
Requires-Dist: transformers (>=4.45.0)
|
|
18
18
|
Project-URL: Repository, http://github.com/swarmauri/swarmauri-sdk
|
|
19
19
|
Description-Content-Type: text/markdown
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[tool.poetry]
|
|
2
2
|
name = "swarmauri_tool_entityrecognition"
|
|
3
|
-
version = "0.6.1.
|
|
3
|
+
version = "0.6.1.dev15"
|
|
4
4
|
description = "Swarmauri Community Entity Recognition Tool"
|
|
5
5
|
authors = ["Jacob Stewart <jacob@swarmauri.com>"]
|
|
6
6
|
license = "Apache-2.0"
|
|
@@ -17,9 +17,9 @@ classifiers = [
|
|
|
17
17
|
python = ">=3.10,<3.13"
|
|
18
18
|
|
|
19
19
|
# Swarmauri
|
|
20
|
-
swarmauri_core = {version = "^0.6.1.
|
|
21
|
-
swarmauri_base = {version = "^0.6.1.
|
|
22
|
-
swarmauri_standard = {version = "^0.6.1.
|
|
20
|
+
swarmauri_core = {version = "^0.6.1.dev15"}
|
|
21
|
+
swarmauri_base = {version = "^0.6.1.dev15"}
|
|
22
|
+
swarmauri_standard = {version = "^0.6.1.dev2"}
|
|
23
23
|
|
|
24
24
|
# Dependencies
|
|
25
25
|
transformers = ">=4.45.0"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|