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 c7b0a5a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 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: 1 addition & 3 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ hypothesis<=6.83.0;python_version=='3.8' # ipython pinned to 8.12.2 for python 3
hypothesis;python_version>='3.9'
jsonpath_ng
jupytext
oil_reservoir_synthesizer
pytest-asyncio
pytest-benchmark
pytest-cov
Expand All @@ -21,9 +20,8 @@ pytest-snapshot
pytest-timeout
pytest-xdist
pytest>6
oil_reservoir_synthesizer
requests
scikit-build
setuptools_scm
sortedcontainers
sphinx<7.2
sphinx-argparse
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 >= 2.14.1",
"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 c7b0a5a

Please sign in to comment.