Skip to content

Commit

Permalink
Update influx_si to 7.1.0 (bioconda#51303)
Browse files Browse the repository at this point in the history
* Update influx_si to 7.1.0

* add setuptools to host

* bump python version and add packaging

* add setuptools to run

---------

Co-authored-by: mencian <[email protected]>
  • Loading branch information
BiocondaBot and mencian authored Oct 10, 2024
1 parent 03a6989 commit 8c12e52
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions recipes/influx_si/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{% set name = "influx_si" %}
{% set version = "7.0.4" %}
{% set version = "7.1.0" %}

package:
name: "{{ name|lower }}"
version: "{{ version }}"

source:
url: "https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz"
sha256: "0bbc8f7bd0bbc4ecb8884ea704969c05e924ba8decdb3a9d5013f1383e25ba41"
sha256: "902a60ceca4b904f7d517e58eb981a3a1fcf80b2aad9dbcdc85047ee1d449e57"

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
entry_points:
- ff2ftbl = influx_si.cli:cli
Expand All @@ -34,10 +34,13 @@ build:
requirements:
host:
- pip
- python >=3
- python >=3.5
- setuptools
run:
- python >=3
- python >=3.5
- setuptools
- scipy
- packaging
- pandas
- python-libsbml
- kvh
Expand Down

0 comments on commit 8c12e52

Please sign in to comment.