Skip to content

Commit

Permalink
fix: Upgrade python dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jpopesculian committed Aug 23, 2024
1 parent 740418e commit e4fb124
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,17 @@ requires-python = ">=3.8"
# keywords = []
# classifiers = []

dependencies = [
"uv >=0.1.18, <0.2.0",
]
dependencies = ["uv >=0.3.2, <1.0.0"]

[project.optional-dependencies]
venv = [
"build >=1.2.0, <2.0.0",
"setuptools >=61.0",
"ujson >= 5.9.0, <6.0.0",
"jupyterlab >= 4.2.1, < 5.0.0",
"ipykernel >=6.29.4, <7.0.0",
"nbconvert >= 7.16.4, <8.0.0",
"nbformat >= 5.10.4, <6.0.0",
"build >=1.2.0, <2.0.0",
"setuptools >=61.0",
"ujson >= 5.9.0, <6.0.0",
"jupyterlab >= 4.2.1, < 5.0.0",
"ipykernel >=6.29.4, <7.0.0",
"nbconvert >= 7.16.4, <8.0.0",
"nbformat >= 5.10.4, <6.0.0",
]

[project.urls]
Expand Down

0 comments on commit e4fb124

Please sign in to comment.