Skip to content

Commit

Permalink
chore(conda): build 0.3.0.b5
Browse files Browse the repository at this point in the history
Signed-off-by: Cameron Smith <[email protected]>
  • Loading branch information
cameronraysmith committed Aug 14, 2024
1 parent 0e6e506 commit 918688d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions conda/rattler/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ schema_version: 1

context:
name: pyrovelocity
version: 0.3.0b4
version: 0.3.0b5

package:
name: ${{ name|lower }}
Expand All @@ -16,7 +16,7 @@ source:
# url: https://github.com/{{ gitorg }}/{{ name }}/archive/refs/heads/{{ gitref }}.tar.gz
# url: https://github.com/{{ gitorg }}/{{ name }}/archive/{{ gitrev }}.tar.gz
url: https://pypi.io/packages/source/${{ name[0] }}/${{ name }}/${{ name }}-${{ version }}.tar.gz
sha256: 42f1ab08428b66e24ebb7418f22db8a4a01c18d284b57fec6b8e854b5345a3be
sha256: 1293b5cf310d3e5da4041deb025078a9cd11d6c2e5b8a7fbf946e83d41788f83

build:
number: 0
Expand Down Expand Up @@ -85,6 +85,7 @@ requirements:
- scikit-learn <1.2.0
- scvi-tools >=1.1.1
- seaborn >=0.13.2
- sparse >=0.15.4
- statsmodels >=0.14.2
- sympy >=1.12
- termcolor >=2.2.0
Expand All @@ -99,7 +100,7 @@ requirements:
# workflows
- dataclasses-json >=0.5.7
- dulwich >=0.21.7
- flytekit >=1.13.0
- flytekit >=1.13.3
- google-api-python-client >=2.138.0
- google-cloud-storage >=2.18.0
- hydra-core >=1.3.2
Expand Down

0 comments on commit 918688d

Please sign in to comment.