vision-agent 0.0.13__tar.gz → 0.0.14__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.
- {vision_agent-0.0.13 → vision_agent-0.0.14}/PKG-INFO +2 -2
- {vision_agent-0.0.13 → vision_agent-0.0.14}/pyproject.toml +2 -2
- {vision_agent-0.0.13 → vision_agent-0.0.14}/LICENSE +0 -0
- {vision_agent-0.0.13 → vision_agent-0.0.14}/README.md +0 -0
- {vision_agent-0.0.13 → vision_agent-0.0.14}/vision_agent/__init__.py +0 -0
- {vision_agent-0.0.13 → vision_agent-0.0.14}/vision_agent/data/__init__.py +0 -0
- {vision_agent-0.0.13 → vision_agent-0.0.14}/vision_agent/data/data.py +0 -0
- {vision_agent-0.0.13 → vision_agent-0.0.14}/vision_agent/emb/__init__.py +0 -0
- {vision_agent-0.0.13 → vision_agent-0.0.14}/vision_agent/emb/emb.py +0 -0
- {vision_agent-0.0.13 → vision_agent-0.0.14}/vision_agent/lmm/__init__.py +0 -0
- {vision_agent-0.0.13 → vision_agent-0.0.14}/vision_agent/lmm/lmm.py +0 -0
@@ -1,10 +1,10 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: vision-agent
|
3
|
-
Version: 0.0.
|
3
|
+
Version: 0.0.14
|
4
4
|
Summary: Toolset for Vision Agent
|
5
5
|
Author: Landing AI
|
6
6
|
Author-email: dev@landing.ai
|
7
|
-
Requires-Python: >=3.10,<
|
7
|
+
Requires-Python: >=3.10,<3.12
|
8
8
|
Classifier: Programming Language :: Python :: 3
|
9
9
|
Classifier: Programming Language :: Python :: 3.10
|
10
10
|
Classifier: Programming Language :: Python :: 3.11
|
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
|
|
4
4
|
|
5
5
|
[tool.poetry]
|
6
6
|
name = "vision-agent"
|
7
|
-
version = "0.0.
|
7
|
+
version = "0.0.14"
|
8
8
|
description = "Toolset for Vision Agent"
|
9
9
|
authors = ["Landing AI <dev@landing.ai>"]
|
10
10
|
readme = "README.md"
|
@@ -16,7 +16,7 @@ packages = [{include = "vision_agent"}]
|
|
16
16
|
"documentation" = "https://github.com/landing-ai/vision-agent"
|
17
17
|
|
18
18
|
[tool.poetry.dependencies] # main dependency group
|
19
|
-
python = ">=3.10,<
|
19
|
+
python = ">=3.10,<3.12"
|
20
20
|
|
21
21
|
numpy = ">=1.21.0,<2.0.0"
|
22
22
|
pillow = "10.*"
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|