Skip to content

Commit

Permalink
chore(weave): Update pyproject (#2550)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewtruong authored Oct 1, 2024
1 parent 0490554 commit 67a18df
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 67a18df

Please sign in to comment.