Skip to content

Commit

Permalink
update requirements in meta.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
dougiesquire committed Jan 17, 2024
1 parent 0cd93ae commit dc445a1
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dc445a1

Please sign in to comment.