1
1
[build-system ]
2
- requires = [' setuptools' , ' pyscipopt ' , ' cython >=3.0.0' ]
2
+ requires = [' setuptools' , ' cython >=3.0.0' ]
3
3
build-backend = " setuptools.build_meta"
4
4
5
5
[project ]
@@ -46,7 +46,7 @@ test-requires = ["pytest"]
46
46
skip =" pp* cp36* cp37* *musllinux*"
47
47
before-all = [
48
48
" (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" ,
50
50
" unzip gcg.zip" ,
51
51
" mv scip_install gcg" ,
52
52
" pip install pyscipopt --no-binary=:all:"
@@ -60,9 +60,9 @@ before-all = '''
60
60
#!/bin/bash
61
61
brew install wget zlib gcc
62
62
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
64
64
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
66
66
fi
67
67
unzip gcg.zip
68
68
mv scip_install src/gcg
@@ -79,7 +79,7 @@ repair-wheel-command = [
79
79
skip =" pp* cp36* cp37*"
80
80
before-all = [
81
81
" 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" ,
83
83
" \" C:\\ Program Files\\ 7-Zip\\ 7z.exe\" x \" gcg.zip\" -o\" gcg-test\" " ,
84
84
" mv .\\ gcg-test\\ scip_install .\\ test" ,
85
85
" mv .\\ test .\\ gcg" ,
0 commit comments