Skip to content

Commit cdf65f1

Browse files
committed
refactor(conda): change CArrayDefs to dev require
Prior to this commit, the `c-array-defs` package was specified as a run requirement for the Python `nadamq` package. In this commit, change `c-array-defs` to a run requirement of the `nadamq-dev` C++ headers package.
1 parent de6a886 commit cdf65f1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.conda-recipe/meta.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,9 @@ outputs:
9090
noarch: generic
9191
files:
9292
- share
93+
requirements:
94+
run:
95+
- c-array-defs >=1.3
9396
- name: nadamq
9497
files:
9598
- Lib/site-packages/{{ MODULE_NAME }}
@@ -100,7 +103,6 @@ outputs:
100103
- future
101104
#: .. versionchanged:: 0.15
102105
- python
103-
- c-array-defs >=1.3
104106
- numpy
105107
#: .. versionadded:: 0.14
106108
- or-event >=0.2.1

0 commit comments

Comments
 (0)