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 11[tool .poetry ]
22authors = [
" 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"
44homepage = " https://code.groundlight.ai/python-sdk"
55license = " MIT"
66name = " groundlight"
@@ -9,10 +9,10 @@ packages = [
99 {include = " **/*.py" , from = " src" },
1010]
1111readme = " README.md"
12- version = " 0.11.1 "
12+ version = " 0.11.2 "
1313
1414[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
1616certifi = " >=2023.7.22"
1717frozendict = " ^2.3.2"
1818pillow = " ^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"
4040types-requests = " ^2.28.11.17"
4141
4242[tool .poetry .group .sphinx-deps .dependencies ]
43+ # These are extra / stricter dependencies required to build the API reference docs
4344python = " >=3.9.0,<4.0"
4445python-dateutil = " ^2.8.2"
4546Sphinx = {version = " 7.2.6" , python = " >=3.9.0,<4.0" }
You can’t perform that action at this time.
0 commit comments