Skip to content

Commit

Permalink
chore: use uv (#571)
Browse files Browse the repository at this point in the history
Signed-off-by: Hayato Mizushima <hayato-m126@users.noreply.github.com>
  • Loading branch information
hayato-m126 authored Oct 3, 2024
1 parent 76e71da commit c5ad1ac
Show file tree
Hide file tree
Showing 5 changed files with 1,064 additions and 129 deletions.
1 change: 1 addition & 0 deletions .python-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.10
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ dependencies = [
"click>=8.1.7",
"pandas>=2.2.0",
"plotly>=5.19.0",
"kaleido>=0.2.1",
"simplejson>=3.19.2",
"pydantic>=2.6.1",
"kaleido>=0.2.1",
]
readme = "README.md"
requires-python = ">= 3.10"
requires-python = ">=3.10,<3.11"
license = "Apache-2.0"

[project.scripts]
Expand All @@ -42,9 +42,9 @@ docs = [
requires = ["hatchling"]
build-backend = "hatchling.build"

[tool.rye]
# https://rye-up.com/guide/pyproject
managed = false
[tool.uv]
# https://github.com/astral-sh/uv/issues/7703
constraint-dependencies = ["kaleido!=0.2.1.post1"]
dev-dependencies = [
"ruff>=0.5.7",
"pytest>=8.1.1",
Expand Down
73 changes: 0 additions & 73 deletions requirements-dev.lock

This file was deleted.

51 changes: 0 additions & 51 deletions requirements.lock

This file was deleted.

Loading

0 comments on commit c5ad1ac

Please sign in to comment.