-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmeta.yaml
42 lines (35 loc) · 785 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
{% set name = "smartflow" %}
{% set version = "0.1.0" %}
package:
name: "{{ name|lower }}"
version: "{{ version }}"
source:
path: ../smartflow/smartflow
# git_url: https://www.github.com/ThanasisMattas/smartflow
build:
noarch: python
number: 0
script: python setup.py install --single-version-externally-managed --record=record.txt
include_recipe: False
requirements:
host:
- python >=3.6
- pip
run:
- python >=3.6
- click >=7.0
- numpy >=1.18.0
- numba >=0.51.2
- matplotlib >=3.3.2
- mattflow >=1.3.4
- pandas >=1.1.3
- pillow
- scipy >=1.5.3
- scikit-learn >=0.24.2
about:
license: GPL3+
license_family: GPL
summary: A DL solver of the Shallow Water Equations
extra:
maintainers:
- ThanasisMattas