Skip to content

Commit

Permalink
Update workflows and pyproject toml to install scs
Browse files Browse the repository at this point in the history
  • Loading branch information
d-r-o-w-e committed Aug 27, 2024
1 parent 24d397c commit 5b34064
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/linux_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
python -m pip install "numpy<=1.96.0"
python -m pip install scipy
python -m pip install scikit-image
python -m pip install scs
sudo apt-get install \
libmpfr-dev \
libgmp-dev \
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/macos_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
${{ steps.installpython.outputs.python-path }} -m pip install "numpy<=1.96.0"
${{ steps.installpython.outputs.python-path }} -m pip install scipy
${{ steps.installpython.outputs.python-path }} -m pip install scikit-image
${{ steps.installpython.outputs.python-path }} -m pip install scs
- name: Install c++ bindings
shell: bash -l {0}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/windows_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
python -m pip install "numpy<=1.96.0"
python -m pip install scipy
python -m pip install scikit-image
python -m pip install scs
# - name: Install dependencies (Windows)
# shell: bash -l {0}
Expand Down
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ requires = [
"setuptools>=42",
"wheel",
"cmake>=3.16",
"packaging",
"scs"
"packaging"
]

build-backend = "setuptools.build_meta"

0 comments on commit 5b34064

Please sign in to comment.