Skip to content

Commit 371ba99

Browse files
committed
ci: add setuptools
Signed-off-by: nstarman <[email protected]>
1 parent 906eab4 commit 371ba99

File tree

2 files changed

+13
-5
lines changed

2 files changed

+13
-5
lines changed

pyproject.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ requires-python = ">=3.8"
2020
dependencies = [
2121
"beartype>=0.16.2",
2222
"typing-extensions>=4.9.0",
23-
"rich>=10.0"
23+
"rich>=10.0",
24+
"setuptools"
2425
]
2526

2627
[project.urls]
@@ -39,7 +40,6 @@ lint = [
3940
]
4041
test = [
4142
"IPython",
42-
"numpy",
4343
"tox",
4444
"pytest>=6",
4545
"pytest-cov",
@@ -48,6 +48,8 @@ test = [
4848
"mypy",
4949
"pyright>=1.1.331",
5050
"sybil",
51+
"numpy>=1.24.4",
52+
"setuptools>=75.3.0",
5153
]
5254
docs = [
5355
"jupyter-book",

uv.lock

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

0 commit comments

Comments
 (0)