Skip to content

Commit

Permalink
Upper cap instead of hard pinning
Browse files Browse the repository at this point in the history
  • Loading branch information
Saransh-cpp committed Aug 27, 2022
1 parent e25c898 commit d2865df
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:
- name: Install python dependencies
run: |
python -m pip install --upgrade pip
python -m pip install setuptools==59.2.0
python -m pip install "setuptools<=64.0.0"
python -m pip install --upgrade tox
- name: Run tests
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ matrix:
install:
- source ci_support/ensure_sundials_installed.sh
- pip install -U pip virtualenv wheel
- pip install setuptools==59.2.0
- pip install "setuptools<=64.0.0"
- pip install -U tox-travis

script:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[build-system]
requires = ["setuptools==59.2.0", "wheel", "numpy", "cython<3.0.0a8"]
requires = ["setuptools<=64.0.0", "wheel", "numpy", "cython<3.0.0a8"]

0 comments on commit d2865df

Please sign in to comment.