Skip to content

Commit

Permalink
Merge pull request #11 from vocalpy/1.0.0a3
Browse files Browse the repository at this point in the history
updated v1.0.0.a3
  • Loading branch information
NickleDave authored Jan 4, 2024
2 parents ab6cab9 + 5d74a51 commit 6b67429
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 19 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.

9 changes: 4 additions & 5 deletions .scripts/build_steps.sh

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

4 changes: 2 additions & 2 deletions .scripts/logging_utils.sh

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

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 6b67429

Please sign in to comment.