Skip to content

Commit

Permalink
Older setuptools please
Browse files Browse the repository at this point in the history
  • Loading branch information
spxiwh committed Aug 20, 2024
1 parent 82fa0ad commit 462b0fe
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/basic-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ jobs:
run: |
sudo apt-get -o Acquire::Retries=3 update
sudo apt-get -o Acquire::Retries=3 install *fftw3* mpi intel-mkl* git-lfs graphviz
pip install "tox<4.0.0" pip setuptools --upgrade
pip install "tox<4.0.0" pip --upgrade
pip install setuptools==71.1.0
- name: installing auxiliary data files
run: |
GIT_LFS_SKIP_SMUDGE=1 git clone https://git.ligo.org/lscsoft/lalsuite-extra
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["setuptools",
requires = ["setuptools==71.1.0",
"wheel==0.43.0",
"cython>=0.29.21",
"numpy>=2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ envlist = py-unittest
indexserver =
preinstall = https://pypi.python.org/simple
requires=tox-conda
setuptools
setuptools==71.1.0

[base]
deps =
Expand Down

0 comments on commit 462b0fe

Please sign in to comment.