From dc445a170c4c0316e20fd1cc4d8e402dfc6dc19d Mon Sep 17 00:00:00 2001 From: dougiesquire Date: Wed, 17 Jan 2024 14:54:30 +1100 Subject: [PATCH] update requirements in meta.yaml --- conda/meta.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/conda/meta.yaml b/conda/meta.yaml index 22fc2597..fbae85e9 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -11,21 +11,20 @@ build: script: "{{ PYTHON }} -m pip install . -vv" source: - url: "https://pypi.io/packages/source/p/payu/payu-{{ version }}.tar.gz" + url: "https://pypi.io/packages/source/p/payu/payu-{{ version }}.tar.gz" requirements: host: - python - - pip - versioneer run: - python >=3.9 - f90nml >=0.16 - yamanifest >=0.3.4 - PyYAML - - requests[security] + - requests - python-dateutil - - tenacity!=7.0.0 + - tenacity - cftime - GitPython >=3.1.40 - ruamel.yaml >=0.18.5