Skip to content

Commit

Permalink
updated v1.0.0.a3
Browse files Browse the repository at this point in the history
  • Loading branch information
NickleDave committed Sep 29, 2023
1 parent ab6cab9 commit e0fa723
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set name = "vak" %}
{% set version = "1.0.0a1" %}
{% set version = "1.0.0a3" %}


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

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/vak-{{ version }}.tar.gz
sha256: 1cbf712524c28eec56983e054b98b9ed9dc1dd3edc140d6c0622c9edfdfb69a9
sha256: 39641cf095fe2d811c25f226b34a487c4146f2694fcd2345634f63cfab2acf99

build:
number: 0
Expand All @@ -20,26 +20,28 @@ build:
requirements:
host:
- pip
- python >=3.8
- python >=3.9
- flit-core
run:
- attrs >=19.3.0
- crowsetta >=3.4.0,<4.0.0
- crowsetta >=5.0.1
- dask-core >=2.10.1
- evfuncs >=0.3.4
- joblib >=0.14.1
- matplotlib-base >=3.3.3
- pytorch-lightning >=1.8.4.post0
- pytorch-lightning >=2.0.7
- numpy >=1.18.1
- pandas >=1.0.1
- pynndescent >=0.5.10
- python >=3.8
- scipy >=1.4.1
- pysoundfile >=0.10.3
- tensorboard >=2.8.0
- toml >=0.10.2
- pytorch >=1.7.1
- torchvision >=0.5.0
- pytorch >=2.0.1
- torchvision >=0.15.2
- tqdm >=4.42.1
- umap-learn >=0.5.3

test:
imports:
Expand Down

0 comments on commit e0fa723

Please sign in to comment.