Skip to content

Commit

Permalink
Pin back setuptools until we can remove distutils
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Paine <Timothy.Paine@CubistSystematic.com>
  • Loading branch information
timkpaine committed Aug 30, 2024
1 parent f33065d commit b379890
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions conda/dev-environment-unix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ dependencies:
- ruamel.yaml
- ruff>=0.3,<0.4
- scikit-build
- setuptools>=69,<74
- sqlalchemy
- tar
- threadpoolctl
Expand Down
1 change: 1 addition & 0 deletions conda/dev-environment-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ dependencies:
- ruamel.yaml
- ruff>=0.3,<0.4
- scikit-build
- setuptools>=69,<74
- sqlalchemy
- threadpoolctl
- tornado
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ requires = [
"pyarrow>=7.0.0",
"ruamel.yaml",
"scikit-build",
"setuptools>=69",
"setuptools>=69,<74",
]
build-backend="setuptools.build_meta"

Expand Down

0 comments on commit b379890

Please sign in to comment.