Skip to content

Commit

Permalink
Merge pull request #45 from jurgen-lentz/main
Browse files Browse the repository at this point in the history
Pyscipopt 5.0.0
  • Loading branch information
AntoinePrv committed Mar 8, 2024
2 parents df4c010 + 783b2d7 commit d300e0f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,32 +1,32 @@
{% set version = "4.4.0" %}
{% set version = "5.0.0" %}

package:
name: pyscipopt
version: {{ version }}

source:
url: https://github.com/scipopt/PySCIPOpt/archive/v{{ version }}.tar.gz
sha256: 5d3733abb2e7183db383cbb63dc8064ea855acec1468d3cf7148bdaf36b4ad6b
sha256: 2109b24c81887523b2cde1cb450af3ae5b8e2e96604234c255315fab3cada6be

build:
number: 1
number: 0
script: '"${PYTHON}" -m pip install --no-deps .' # [unix]
script: '"%PYTHON%" -m pip install --no-deps .' # [win]

requirements:
build:
- python # [build_platform != target_platform]
- cross-python_{{ target_platform }} # [build_platform != target_platform]
- cython <3 # [build_platform != target_platform]
- cython >=3 # [build_platform != target_platform]
- {{ compiler('c') }}
- {{ compiler('cxx') }}
- python # [build_platform != target_platform]
- cross-python_{{ target_platform }} # [build_platform != target_platform]
host:
- scip >=8.1, <8.2
- scip >=9
- python
- pip
- cython >=0.29.21, <3
- cython >=3
run:
- python

Expand Down

1 comment on commit d300e0f

@conda-forge-webservices
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi! This is the friendly automated conda-forge-webservice.

I updated the Github team because of this commit.

You should get push access to this feedstock and CI services.

Your package won't be available for installation locally until it is built
and synced to the anaconda.org CDN (takes 1-2 hours after the build finishes).

Feel free to join the community Element channel.

NOTE: Please make sure to not push to the repository directly.
Use branches in your fork for any changes and send a PR.
More details on this are here.

Please sign in to comment.