Skip to content

Commit

Permalink
Update version of ts-conda-build dependency plus small corrections in…
Browse files Browse the repository at this point in the history
… coda recipe template.
  • Loading branch information
wvreeven committed Apr 11, 2024
1 parent da3ce32 commit 1df5957
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions doc/development-guidelines/conda/meta.yaml.template
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{% set data= load_setup_py_data() %}

package:
name: csc-name
version: {{ data.get('version') }}
Expand All @@ -12,11 +13,10 @@ build:

test:
requires:
- ts-conda-build =0.3
- ts-conda-build =0.4
- ts-idl {{ idl_version }}
- ts-salobj {{ salobj_version }}
source_files:
- bin
- pyproject.toml
- python
- tests
Expand All @@ -25,18 +25,17 @@ test:

requirements:
host:
- pip
- python {{ python }}
- setuptools
- setuptools_scm
build:
- python {{ python }}
- setuptools
- setuptools_scm
- ts-conda-build =0.3
run:
- python {{ python }}
- setuptools
- setuptools_scm
- ts-idl
- ts-salobj
# Add any other runtime dependencies here

0 comments on commit 1df5957

Please sign in to comment.