Skip to content

Commit

Permalink
bounds
Browse files Browse the repository at this point in the history
  • Loading branch information
akshayka committed Apr 5, 2024
1 parent cdc9732 commit 7f4cee9
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,13 @@ build-backend = "setuptools.build_meta"
name = "marimo_labs"
description = "Cutting-edge experimental features for marimo"
dynamic = ["version"]
# We try to keep dependencies to a minimum, to avoid conflicts with
# user environments;we need a very compelling reason for each dependency added.
# Dependencies should have lower bounds, which should be as loose as possible.
dependencies = [
"marimo",
"huggingface_hub",
"requests",
"pyyaml",
"Pillow",
"numpy",
"marimo>=0.3.8",
"huggingface_hub>=0.19.3",
"requests>=2.0",
"pyyaml>=5.0",
"Pillow>=7.0",
"numpy>=1.21.0",
]
readme = "README.md"
license = { file = "LICENSE" }
Expand Down

0 comments on commit 7f4cee9

Please sign in to comment.