Skip to content

Commit

Permalink
Update easypqp to 0.1.50 (#51406)
Browse files Browse the repository at this point in the history
* Update easypqp to 0.1.50

* add setuptools to host

---------

Co-authored-by: mencian <[email protected]>
  • Loading branch information
BiocondaBot and mencian authored Oct 15, 2024
1 parent 60b837a commit 6f2e6da
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions recipes/easypqp/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% set name = "easypqp" %}
{% set version = "0.1.49" %}
{% set sha256 = "96fffd59e617de0007f1fbe88ab223d605a7d4a4e94a7b4f4d4a94b4016e327c" %}
{% set version = "0.1.50" %}
{% set sha256 = "d3ebc1c7cbe61f081c5ab71e76e7130aa7fae955895ffe8f719363b29870a000" %}

package:
name: {{ name|lower }}
Expand All @@ -23,6 +23,7 @@ requirements:
host:
- python >=3.6
- pip
- setuptools
run:
- python >=3.6
- numba
Expand Down

0 comments on commit 6f2e6da

Please sign in to comment.