Skip to content

Commit 7ac0ff1

Browse files
authored
Merge pull request #4 from regro-cf-autotick-bot/0.5.2_hfbbf22
trackastra v0.5.2
2 parents 7122711 + 28b1b1e commit 7ac0ff1

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.ci_support/linux_64_.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
cdt_name:
2-
- conda
31
channel_sources:
42
- conda-forge
53
channel_targets:
64
- conda-forge main
75
docker_image:
86
- quay.io/condaforge/linux-anvil-x86_64:alma9
97
python_min:
10-
- '3.9'
8+
- '3.10'

README.md

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

recipe/meta.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{% set name = "trackastra" %}
2-
{% set version = "0.3.2" %}
2+
{% set version = "0.5.2" %}
33
{% set python_min = "3.10" %}
44

55
package:
@@ -8,7 +8,7 @@ package:
88

99
source:
1010
url: https://pypi.org/packages/source/{{ name[0] }}/{{ name }}/trackastra-{{ version }}.tar.gz
11-
sha256: 0d11010ff7f9fb8236d2d49ec8402808f70499f5f64b905b66a99a973572b179
11+
sha256: 4f5dae7fc5ac556c46bdfdd98e5716b35e4ad22e7396d5392147c9be1322efcb
1212

1313
build:
1414
noarch: python
@@ -46,6 +46,8 @@ requirements:
4646
- edt
4747
- joblib
4848
- motile >=0.3
49+
- dask
50+
- geff
4951

5052
test:
5153
imports:

0 commit comments

Comments
 (0)