Skip to content

Commit 0578d46

Browse files
committed
increase version of scip and gcg
1 parent af341ab commit 0578d46

6 files changed

+5
-5
lines changed

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ['setuptools', 'pyscipopt', 'cython >=3.0.0']
2+
requires = ['setuptools', 'cython >=3.0.0']
33
build-backend = "setuptools.build_meta"
44

55
[project]
@@ -46,7 +46,7 @@ test-requires = ["pytest"]
4646
skip="pp* cp36* cp37* *musllinux*"
4747
before-all = [
4848
"(apt-get update && apt-get install --yes wget) || yum install -y wget zlib libgfortran || brew install wget",
49-
"wget https://github.com/scipopt/scipoptsuite-deploy/releases/download/v0.4.0/libscip-gcg-linux.zip -O gcg.zip",
49+
"wget https://github.com/scipopt/scipoptsuite-deploy/releases/download/v0.5.0/libscip-gcg-linux.zip -O gcg.zip",
5050
"unzip gcg.zip",
5151
"mv scip_install gcg",
5252
"pip install pyscipopt --no-binary=:all:"
@@ -60,9 +60,9 @@ before-all = '''
6060
#!/bin/bash
6161
brew install wget zlib gcc
6262
if [[ $CIBW_ARCHS == *"arm"* ]]; then
63-
wget https://github.com/scipopt/scipoptsuite-deploy/releases/download/v0.4.0/libscip-gcg-macos-arm.zip -O gcg.zip
63+
wget https://github.com/scipopt/scipoptsuite-deploy/releases/download/v0.5.0/libscip-gcg-macos-arm.zip -O gcg.zip
6464
else
65-
wget https://github.com/scipopt/scipoptsuite-deploy/releases/download/v0.4.0/libscip-gcg-macos.zip -O gcg.zip
65+
wget https://github.com/scipopt/scipoptsuite-deploy/releases/download/v0.5.0/libscip-gcg-macos.zip -O gcg.zip
6666
fi
6767
unzip gcg.zip
6868
mv scip_install src/gcg
@@ -79,7 +79,7 @@ repair-wheel-command = [
7979
skip="pp* cp36* cp37*"
8080
before-all = [
8181
"choco install 7zip wget",
82-
"wget https://github.com/scipopt/scipoptsuite-deploy/releases/download/v0.4.0/libscip-gcg-windows.zip -O gcg.zip",
82+
"wget https://github.com/scipopt/scipoptsuite-deploy/releases/download/v0.5.0/libscip-gcg-windows.zip -O gcg.zip",
8383
"\"C:\\Program Files\\7-Zip\\7z.exe\" x \"gcg.zip\" -o\"gcg-test\"",
8484
"mv .\\gcg-test\\scip_install .\\test",
8585
"mv .\\test .\\gcg",
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)