Skip to content

Commit

Permalink
Update qutip from 5.0.1 to 5.0.2 (#1045)
Browse files Browse the repository at this point in the history
* Update qutip from 5.0.1 to 5.0.2

* Update recipe.yaml

---------

Co-authored-by: emscripten-forge-bot <[email protected]>
Co-authored-by: Thorsten Beier <[email protected]>
  • Loading branch information
3 people authored May 18, 2024
1 parent ae86bd1 commit 1f2725d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions recipes/recipes_emscripten/qutip/recipe.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
context:
version: 5.0.1
version: 5.0.2

package:
name: qutip
version: ${{ version }}

source:
url: https://github.com/qutip/qutip/archive/v${{ version }}.tar.gz
sha256: 59517336571223266b7771db049769ac3a286fda5ae02d469885ec8c237a23b6
sha256: 39759af6b82d92b9952a651371d2b8b9b4626fecd919e0c1d6474871db23cbcf

build:
number: 0
script: ${{ PYTHON }} -m pip install . --no-deps -vv # [not win]
script: "$PYTHON -m pip install . --no-deps -vv"

requirements:
build:
Expand Down Expand Up @@ -56,4 +56,4 @@ about:
homepage: http://qutip.org
extra:
recipe-maintainers:
- hodgestar
- hodgestar

0 comments on commit 1f2725d

Please sign in to comment.