Skip to content

Commit

Permalink
ci: add setuptools
Browse files Browse the repository at this point in the history
Signed-off-by: nstarman <[email protected]>
  • Loading branch information
nstarman committed Nov 18, 2024
1 parent eb7d7f0 commit 044fa24
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
6 changes: 4 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ requires-python = ">=3.8"
dependencies = [
"beartype>=0.16.2",
"typing-extensions>=4.9.0",
"rich>=10.0"
"rich>=10.0",
"setuptools"
]

[project.urls]
Expand All @@ -35,7 +36,6 @@ lint = [
]
test = [
"IPython",
"numpy",
"tox",
"pytest>=6",
"pytest-cov",
Expand All @@ -44,6 +44,8 @@ test = [
"mypy",
"pyright>=1.1.331",
"sybil",
"numpy>=1.24.4",
"setuptools>=75.3.0",
]
docs = [
"jupyter-book",
Expand Down
12 changes: 9 additions & 3 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 044fa24

Please sign in to comment.