Skip to content

Commit

Permalink
deepecho v0.4.2 (#7)
Browse files Browse the repository at this point in the history
* updated v0.4.2

* MNT: Re-rendered with conda-build 3.25.0, conda-smithy 3.24.1, and conda-forge-pinning 2023.07.25.19.20.13

* updating python versions

---------

Co-authored-by: Andrew Montanez <[email protected]>
  • Loading branch information
regro-cf-autotick-bot and amontanez24 authored Jul 25, 2023
1 parent e404a15 commit 4819ec7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
5 changes: 0 additions & 5 deletions .azure-pipelines/azure-pipelines-linux.yml

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,5 +1,5 @@
{% set name = "deepecho" %}
{% set version = "0.4.1" %}
{% set version = "0.4.2" %}


package:
Expand All @@ -8,7 +8,7 @@ package:

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/deepecho-{{ version }}.tar.gz
sha256: b4bae4901e5d7ca8ea6b5893f6c534c0375953c10aaebb3e3def168948bc4bba
sha256: a3d298c41b8c613aea8206929364961611cf0fd8f65d1b4896789848b42316fe

build:
number: 0
Expand All @@ -19,11 +19,11 @@ requirements:
host:
- pip
- pytest-runner >=2.11.1
- python >=3.7,<3.11
- python >=3.8,<3.12
run:
- numpy >=1.20.0,<2
- pandas >=1.1.3
- python >=3.7,<3.11
- python >=3.8,<3.12
- pytorch >=1.8.0
- tqdm >=4.15,<5

Expand Down

0 comments on commit 4819ec7

Please sign in to comment.