Skip to content

Commit

Permalink
Unpin setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
dafeda committed Sep 19, 2023
1 parent d1ae20d commit 7fa1b17
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/doctest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

- name: Install with dependencies
run: |
pip install -r dev-requirements.txt
pip install pytest
- name: Test doctest
run: |
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[build-system]

requires = [
"setuptools<64",
"setuptools",
"setuptools_scm[toml]>=6.2",
"wheel",
"scikit-build",
"cmake",
"ninja",
"ecl",
"conan<2",
"ecl",
"pybind11>=2.10.0", # If this comes out of sync with the version installed by Conan please update the version in CMakeLists
"grpcio-tools",
]
Expand Down
2 changes: 1 addition & 1 deletion script/build
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ def install_build_requires() -> None:
"install",
"--upgrade",
"pip",
"setuptools<64",
"setuptools",
"wheel",
"tomli",
*extra_req,
Expand Down

0 comments on commit 7fa1b17

Please sign in to comment.