From f5e60d7fbb433cb11050a4783b20c8453a65d469 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Gr=C3=BCning?= Date: Wed, 17 Jan 2024 09:52:47 +0100 Subject: [PATCH 1/4] retrigger vamb --- recipes/vamb/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/vamb/meta.yaml b/recipes/vamb/meta.yaml index a2362c80db0c2..0a23bb81e7756 100644 --- a/recipes/vamb/meta.yaml +++ b/recipes/vamb/meta.yaml @@ -23,8 +23,8 @@ requirements: - {{ compiler('c') }} host: - python >=3.9.0,<3.12 - - pip - cython >=3.0.0 + - pip run: - python >=3.9.0,<3.12 - numpy ==1.24.2 From 8ca78a6644c890571aaa9675bb8c39ce9a86fa1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Gr=C3=BCning?= Date: Wed, 17 Jan 2024 10:15:12 +0100 Subject: [PATCH 2/4] Update meta.yaml --- recipes/vamb/meta.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/recipes/vamb/meta.yaml b/recipes/vamb/meta.yaml index 0a23bb81e7756..6f175503618bd 100644 --- a/recipes/vamb/meta.yaml +++ b/recipes/vamb/meta.yaml @@ -10,8 +10,6 @@ source: build: number: 0 - # Skipping py>=38 since no pytorch-cpu builds for Py3.8 are available. skip: True # [py27] - skip: True # [py<30 or py>=38] entry_points: - vamb=vamb.__main__:main script: {{ PYTHON }} -m pip install . --no-deps -vv From 04feb9e05496f46253997526c4e30e50d40c115c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Gr=C3=BCning?= Date: Wed, 17 Jan 2024 10:47:07 +0100 Subject: [PATCH 3/4] Update meta.yaml --- recipes/vamb/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/vamb/meta.yaml b/recipes/vamb/meta.yaml index 6f175503618bd..5c00a8e376692 100644 --- a/recipes/vamb/meta.yaml +++ b/recipes/vamb/meta.yaml @@ -26,7 +26,7 @@ requirements: run: - python >=3.9.0,<3.12 - numpy ==1.24.2 - - torch ==1.13.1 + - pytorch ==1.13.1 - pycoverm ==0.6.0 test: From b41fb4c46f833e3bcc91f191c55557d1fb23a0ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ant=C3=B4nio=20Camargo?= Date: Tue, 24 Dec 2024 05:11:14 -0800 Subject: [PATCH 4/4] Update pyCoverM version --- recipes/vamb/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/vamb/meta.yaml b/recipes/vamb/meta.yaml index 5c00a8e376692..1168828cb4569 100644 --- a/recipes/vamb/meta.yaml +++ b/recipes/vamb/meta.yaml @@ -27,7 +27,7 @@ requirements: - python >=3.9.0,<3.12 - numpy ==1.24.2 - pytorch ==1.13.1 - - pycoverm ==0.6.0 + - pycoverm ==0.6.2 test: imports: