-
Notifications
You must be signed in to change notification settings - Fork 37
Expand file tree
/
Copy pathmeta.yaml
More file actions
54 lines (49 loc) · 1.05 KB
/
meta.yaml
File metadata and controls
54 lines (49 loc) · 1.05 KB
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
46
47
48
49
50
51
52
53
54
package:
name: netzoopy
version: 0.11.0
source:
path: ..
build:
number: 0
script: "python -m pip install . --no-deps --ignore-installed -vv"
requirements:
build:
- numpy>=1.19.2
- python {{ python }}
- networkx>=2.6.3
- matplotlib>=3.3.4
- scipy>=1.5.3
- igraph
- python-igraph
- joblib>=1.1.0
- statsmodels>=0.12.2
- click
- pandas
- pytables
- pytorch
run:
- numpy>=1.19.2
- python {{ python }}
- networkx>=2.6.3
- matplotlib>=3.3.4
- scipy>=1.5.3
- igraph
- python-igraph
- joblib>=1.1.0
- statsmodels>=0.12.2
- click
- pandas
- pytables
- pytorch
test:
commands:
- python -c "from netZooPy.panda.panda import Panda"
about:
home: https://github.com/netZoo/netZooPy
summary: Python implementation of the NetZoo ecosystem
license: GPL3
license_file: LICENSE
dev_url: https://github.com/netZoo/netZooPy
doc_url: netzoo.github.io/
description: |
netZooPy is a Python package of network methods and it is part of the NetZoo family.