forked from pmlmodelling/pyfvcom
-
Notifications
You must be signed in to change notification settings - Fork 0
/
meta.yaml
46 lines (40 loc) · 811 Bytes
/
meta.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{% set name = "PyFVCOM" %}
{% set version = "2.2.0" %}
package:
name: "{{ name|lower }}"
version: "{{ version }}"
build:
number: 0
script: "{{ PYTHON }} -m pip install . --no-deps --ignore-installed -vv "
source:
path: ./
requirements:
host:
- python
- pip
- numpy>=1.15
run:
- python
- ipython
- numpy>=1.15
- jdcal
- lxml
- matplotlib
- basemap
- cartopy
- netCDF4
- networkx
- pandas
- xlsxwriter
- pyproj
- pytz
- scipy
- pyshp
- UTide
- shapely
- descartes
about:
home: https://gitlab.ecosystem-modelling.pml.ac.uk/fvcom/PyFVCOM
license: MIT
license_family: MIT
summary: PyFVCOM is a collection of various tools which can be used to generate inputs files and interact with FVCOM outputs.