File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
authors = [
" Groundlight AI <[email protected] >" ]
3
- description = " Build computer vision systems from natural language with Groundlight"
3
+ description = " Build computer vision systems using natural language with Groundlight"
4
4
homepage = " https://code.groundlight.ai/python-sdk"
5
5
license = " MIT"
6
6
name = " groundlight"
@@ -9,10 +9,10 @@ packages = [
9
9
{include = " **/*.py" , from = " src" },
10
10
]
11
11
readme = " README.md"
12
- version = " 0.11.1 "
12
+ version = " 0.11.2 "
13
13
14
14
[tool .poetry .dependencies ]
15
- # For certifi, use ">=" instead of "^" since it upgrades its "major version" every year
15
+ # For certifi, use ">=" instead of "^" since it upgrades its "major version" every year, not really following semver
16
16
certifi = " >=2023.7.22"
17
17
frozendict = " ^2.3.2"
18
18
pillow = " ^9.0.0" # TODO: We may want to mark pillow (and numpy) as extra (https://python-poetry.org/docs/master/pyproject#extras)
@@ -40,6 +40,7 @@ toml-sort = "^0.23.0"
40
40
types-requests = " ^2.28.11.17"
41
41
42
42
[tool .poetry .group .sphinx-deps .dependencies ]
43
+ # These are extra / stricter dependencies required to build the API reference docs
43
44
python = " >=3.9.0,<4.0"
44
45
python-dateutil = " ^2.8.2"
45
46
Sphinx = {version = " 7.2.6" , python = " >=3.9.0,<4.0" }
You can’t perform that action at this time.
0 commit comments