Skip to content

Commit

Permalink
Merge pull request #21 from enricgrau/master
Browse files Browse the repository at this point in the history
Update spectrapepper-feedstock to v0.1.9
  • Loading branch information
enricgrau authored Sep 12, 2023
2 parents bde70cd + 9444c9a commit 5bd08e2
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 79 deletions.
4 changes: 0 additions & 4 deletions .azure-pipelines/azure-pipelines-linux.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions .azure-pipelines/azure-pipelines-osx.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions .azure-pipelines/azure-pipelines-win.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 0 additions & 16 deletions .ci_support/linux_64_python3.8.____73_pypy.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions .ci_support/osx_64_python3.8.____73_pypy.yaml

This file was deleted.

12 changes: 0 additions & 12 deletions .ci_support/win_64_python3.8.____73_pypy.yaml

This file was deleted.

21 changes: 0 additions & 21 deletions README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "spectrapepper" %}
{% set version = "0.1.8" %}
{% set version = "0.1.9" %}

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

source:
url: "https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz"
sha256: b2f9c191e30ebdb6593815be238382035733e7f2fac8552cd0e70f4170d6966d
sha256: 7763bcf5f1e3865bbe7197c5e123e7cbfc899cda3429bc4f4aa48758e5382b0b
build:
number: 0
script: {{ PYTHON }} -m pip install . -vv
Expand All @@ -17,10 +17,10 @@ requirements:
- python
run:
- matplotlib-base
- numpy >=1.20
- numpy >=1.21
- pandas
- python
- scipy
- scipy >=1.7.0

test:
imports:
Expand Down

0 comments on commit 5bd08e2

Please sign in to comment.