@@ -11,17 +11,15 @@ authors = [
1111dependencies = [' numpy >=1.16.0' ]
1212requires-python = " >=3.8"
1313readme = " README.md"
14- license = {text = " MIT License" }
1514classifiers = [
1615 " Development Status :: 4 - Beta" ,
1716 " Intended Audience :: Education" ,
1817 " Intended Audience :: Science/Research" ,
19- " License :: OSI Approved :: MIT License" ,
2018 " Programming Language :: Cython" ,
2119 " Programming Language :: Python :: 3" ,
2220 " Topic :: Scientific/Engineering :: Mathematics" ,
2321]
24- dynamic = [" version" ]
22+ dynamic = [" version" , " license " ]
2523
2624[project .urls ]
2725Homepage = " https://github.com/SCIP-Interfaces/PySCIPOpt"
@@ -51,9 +49,9 @@ AARCH=$(uname -m)
5149echo "------"
5250echo $AARCH
5351if [[ $AARCH == "aarch64" ]]; then
54- wget https://github.com/scipopt/scipoptsuite-deploy/releases/download/v0.10 .0/libscip-linux-arm.zip -O scip.zip
52+ wget https://github.com/scipopt/scipoptsuite-deploy/releases/download/v0.11 .0/libscip-linux-arm.zip -O scip.zip
5553else
56- wget https://github.com/scipopt/scipoptsuite-deploy/releases/download/v0.10 .0/libscip-linux.zip -O scip.zip
54+ wget https://github.com/scipopt/scipoptsuite-deploy/releases/download/v0.11 .0/libscip-linux.zip -O scip.zip
5755fi
5856unzip scip.zip
5957mv scip_install scip
@@ -67,10 +65,10 @@ before-all = '''
6765#!/bin/bash
6866brew install wget zlib gcc
6967if [[ $CIBW_ARCHS == *"arm"* ]]; then
70- wget https://github.com/scipopt/scipoptsuite-deploy/releases/download/v0.10 .0/libscip-macos-arm.zip -O scip.zip
68+ wget https://github.com/scipopt/scipoptsuite-deploy/releases/download/v0.11 .0/libscip-macos-arm.zip -O scip.zip
7169 export MACOSX_DEPLOYMENT_TARGET=14.0
7270else
73- wget https://github.com/scipopt/scipoptsuite-deploy/releases/download/v0.10 .0/libscip-macos-intel.zip -O scip.zip
71+ wget https://github.com/scipopt/scipoptsuite-deploy/releases/download/v0.11 .0/libscip-macos-intel.zip -O scip.zip
7472 export MACOSX_DEPLOYMENT_TARGET=14.0
7573fi
7674unzip scip.zip
@@ -96,7 +94,7 @@ repair-wheel-command = '''
9694skip =" pp* cp36* cp37*"
9795before-all = [
9896 " choco install 7zip wget" ,
99- " wget https://github.com/scipopt/scipoptsuite-deploy/releases/download/v0.10 .0/libscip-windows.zip -O scip.zip" ,
97+ " wget https://github.com/scipopt/scipoptsuite-deploy/releases/download/v0.11 .0/libscip-windows.zip -O scip.zip" ,
10098 " \" C:\\ Program Files\\ 7-Zip\\ 7z.exe\" x \" scip.zip\" -o\" scip-test\" " ,
10199 " mv .\\ scip-test\\ scip_install .\\ test" ,
102100 " mv .\\ test .\\ scip"
0 commit comments