Skip to content

Commit 957e036

Browse files
author
Niru Nahesh
committed
Updates pyproject.toml
1 parent 9e7cd69 commit 957e036

3 files changed

Lines changed: 9 additions & 245 deletions

File tree

pyproject.toml

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,16 @@ Homepage = "https://github.com/nirum/jetplot"
2424

2525
[project.optional-dependencies]
2626
dev = [
27-
"pre-commit>=2.21.0",
2827
"pyrefly>=0.14.0",
2928
"pytest>=7.4.4",
3029
"pytest-cov>=4.1.0",
3130
"ruff>=0.11.10",
3231
]
32+
docs = [
33+
"mkdocs>=1.5.3",
34+
"mkdocs-material>=9.2.7",
35+
"mkdocstrings[python]>=0.22.0",
36+
]
3337

3438
[tool.pyrefly]
3539
search_path = [
@@ -44,13 +48,3 @@ package-dir = {"" = "src"}
4448

4549
[tool.setuptools.dynamic]
4650
version = {attr = "jetplot.__version__"}
47-
48-
[tool.uv]
49-
default-groups = ["dev", "docs"]
50-
51-
[dependency-groups]
52-
docs = [
53-
"mkdocs>=1.5.3",
54-
"mkdocs-material>=9.2.7",
55-
"mkdocstrings[python]>=0.22.0",
56-
]

requirements.txt

Lines changed: 0 additions & 4 deletions
This file was deleted.

uv.lock

Lines changed: 4 additions & 230 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)