Skip to content

Commit 4fe1dc1

Browse files
authored
Update meta.yaml
Update dependencies list after migration to Py3
1 parent c57aa73 commit 4fe1dc1

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

recipe/meta.yaml

+13-4
Original file line numberDiff line numberDiff line change
@@ -13,32 +13,41 @@ source:
1313
build:
1414
number: 0
1515
script: {{ PYTHON }} -m pip install . --no-deps -vv
16-
skip: true # [py>27]
1716

1817
requirements:
1918
build:
2019
- python
2120
- pip
21+
- setuptools
2222

2323
run:
2424
- python
2525
- beautifulsoup4
26-
- cfflib
2726
- cherrypy
27+
- flask
28+
- flask-restplus
2829
- formencode
29-
- genshi
30+
- getevent
3031
- h5py
32+
- Jinja2
3133
- Networkx
3234
- nibabel
3335
- pillow
3436
- psutil
37+
- pyAesCrypt
38+
- python-keycloak
39+
- pyunicore
3540
- pytest
41+
- pytest-benchmark
42+
- pytest-mock
43+
- scikit-learn
3644
- scipy
3745
- simplejson
3846
- sqlalchemy-migrate
3947
- sqlalchemy
4048
- tvb-library
4149
- tvb-data
50+
- tvb-gdist
4251
- psycopg2
4352

4453
test:
@@ -68,4 +77,4 @@ about:
6877
extra:
6978
recipe-maintainers:
7079
- liadomide
71-
- umarbrowser
80+
- popaula937

0 commit comments

Comments
 (0)