Skip to content

Commit

Permalink
pin setuptools version for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
a-r-j authored Jun 3, 2024
1 parent c1d8c4a commit 459b001
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ jobs:
channels: "conda-forge, salilab, pytorch, pyg"
python-version: ${{ matrix.python-version }}
use-mamba: true
- name: Install setuptools
run: pip install setuptools==69.5.1
- name: Install Boost 1.7.3 (for DSSP)
run: conda install -c anaconda libboost=1.73.0
- name: Install DSSP
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,6 @@ def run(self):
install_requires=INSTALL_REQUIRES,
extras_require=EXTRA_REQUIRES,
python_requires=">=3.7",
setup_requires=["setuptools==69.5.1"],
license="MIT",
platforms="any",
classifiers=[
Expand Down

0 comments on commit 459b001

Please sign in to comment.