Skip to content

Commit

Permalink
Merge branch 'develop' into v2/develop
Browse files Browse the repository at this point in the history
Signed-off-by: Hayato Mizushima <[email protected]>
  • Loading branch information
hayato-m126 committed Oct 4, 2024
2 parents 8d42661 + c5ad1ac commit 5485c4a
Show file tree
Hide file tree
Showing 5 changed files with 1,064 additions and 122 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 @@ -16,12 +16,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 @@ -41,9 +41,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
64 changes: 0 additions & 64 deletions requirements-dev.lock

This file was deleted.

53 changes: 0 additions & 53 deletions requirements.lock

This file was deleted.

Loading

0 comments on commit 5485c4a

Please sign in to comment.