From e0fa723d6458c1c5d1e672c5e673bf622c50bb03 Mon Sep 17 00:00:00 2001 From: David Nicholson Date: Fri, 29 Sep 2023 15:48:54 -0400 Subject: [PATCH] updated v1.0.0.a3 --- recipe/meta.yaml | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 1addda6..e896c78 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,5 +1,5 @@ {% set name = "vak" %} -{% set version = "1.0.0a1" %} +{% set version = "1.0.0a3" %} package: @@ -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 @@ -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: