-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'andrew/tests3' into andrew/tests4
- Loading branch information
Showing
7 changed files
with
178 additions
and
65 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,13 +2,17 @@ | |
name = "weave" | ||
description = "A toolkit for building composable interactive data driven applications." | ||
readme = "README.md" | ||
license = { text = "Apache-2.0" } | ||
license = { file = "LICENSE" } | ||
maintainers = [{ name = "W&B", email = "[email protected]" }] | ||
authors = [ | ||
{ name = "Shawn Lewis", email = "[email protected]" }, | ||
{ name = "Danny Goldstein", email = "[email protected]" }, | ||
{ name = "Tim Sweeney", email = "[email protected]" }, | ||
{ name = "Nick Peneranda", email = "[email protected]" }, | ||
{ name = "Jeff Raubitschek", email = "[email protected]" }, | ||
{ name = "Jamie Rasmussen", email = "[email protected]" }, | ||
{ name = "Griffin Tarpenning", email = "[email protected]" }, | ||
{ name = "Josiah Lee", email = "[email protected]" }, | ||
{ name = "Andrew Truong", email = "[email protected]" }, | ||
] | ||
classifiers = [ | ||
"Development Status :: 4 - Beta", | ||
|
@@ -38,8 +42,8 @@ dependencies = [ | |
"tenacity>=8.3.0,!=8.4.0", # Excluding 8.4.0 because it had a bug on import of AsyncRetrying | ||
"emoji>=2.12.1", # For emoji shortcode support in Feedback | ||
"uuid-utils>=0.9.0", # Used for ID generation - remove once python's built-in uuid supports UUIDv7 | ||
"numpy>1.21.0", | ||
"rich", | ||
"numpy>1.21.0", # Used in box.py (should be made optional) | ||
"rich", # Used for special formatting of tables (should be made optional) | ||
|
||
# dependencies for remaining legacy code. Remove when possible | ||
"httpx", | ||
|
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
Oops, something went wrong.