Skip to content

Commit

Permalink
Change wget position. Update to 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Opt-Mucca committed Mar 5, 2024
1 parent f6c47f6 commit f96169e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ skip="pp*" # currently doesn't work with PyPy
skip="pp* cp36* cp37* *musllinux*"
before-all = [
"(apt-get update && apt-get install --yes wget) || yum install -y wget zlib libgfortran || brew install wget",
"wget https://cloud.zib.de/s/cKipPbSe9jP3m7i/download/libscip-centos.zip -O scip.zip",
"wget https://cloud.zib.de/s/Ai77Az3bRtT33X3/download/libscip-centos.zip -O scip.zip",
"unzip scip.zip",
"mv scip_install scip"
]
Expand All @@ -57,7 +57,7 @@ before-all = '''
#!/bin/bash
brew install wget zlib gcc
if [[ $CIBW_ARCHS == *"arm"* ]]; then
wget https://cloud.zib.de/s/CABb3oaaWnTJotz/download/libscip-macos-arm.zip -O scip.zip
wget https://cloud.zib.de/s/pXmHgPoHWRQmPpG/download/libscip-macos-arm.zip -O scip.zip
else
wget https://cloud.zib.de/s/Qf77neFSgLaCGaL/download/libscip-macos.zip -O scip.zip
fi
Expand Down
2 changes: 1 addition & 1 deletion src/pyscipopt/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '4.4.0'
__version__ = '5.0.0'

0 comments on commit f96169e

Please sign in to comment.