Skip to content

Commit

Permalink
Update psims to 1.3.5 (#53313)
Browse files Browse the repository at this point in the history
* Update psims to 1.3.5

* Update meta.yaml

---------

Co-authored-by: Joshua Zhuang <[email protected]>
  • Loading branch information
BiocondaBot and mencian authored Jan 21, 2025
1 parent bf49246 commit b0d771c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions recipes/psims/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set version = "1.3.4" %}
{% set sha256 = "4cac9368616118186fe12dc137adcd12d934df5013956816615b5eaa95cb0573" %}
{% set version = "1.3.5" %}
{% set sha256 = "e909c65e56612000900901273c086adf5d88a4f3dd150ca7eb7b34f04b6b01e1" %}

package:
name: "psims"
Expand All @@ -11,7 +11,7 @@ source:

build:
number: 0
script: "{{ PYTHON }} -m pip install . --no-deps --no-build-isolation -vvv"
script: "{{ PYTHON }} -m pip install . --no-deps --no-build-isolation --no-cache-dir -vvv"
noarch: python
run_exports:
- {{ pin_subpackage('psims', max_pin='x') }}
Expand All @@ -20,6 +20,7 @@ requirements:
host:
- pip
- python >=3.9
- setuptools
run:
- python >=3.9
- lxml
Expand Down

0 comments on commit b0d771c

Please sign in to comment.