-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add readme to doc tests * formatting * Add sample images * Delete images
- Loading branch information
1 parent
47c5611
commit b31ff37
Showing
3 changed files
with
10 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
[tool.poetry] | ||
authors = ["Groundlight AI <[email protected]>"] | ||
description = "Build computer vision systems from natural language with Groundlight" | ||
homepage = "https://www.groundlight.ai" | ||
homepage = "https://code.groundlight.ai/python-sdk" | ||
license = "MIT" | ||
name = "groundlight" | ||
packages = [ | ||
{include = "**/*.py", from = "generated"}, | ||
{include = "**/*.py", from = "src"}, | ||
] | ||
readme = "README.md" | ||
version = "0.7.6" | ||
version = "0.7.7" | ||
|
||
[tool.poetry.dependencies] | ||
certifi = "^2021.10.8" | ||
|