Skip to content

Commit

Permalink
Merge pull request blaze#1406 from kwmsmith/cleanup-requirements
Browse files Browse the repository at this point in the history
Cleanup requirements
  • Loading branch information
kwmsmith committed Feb 4, 2016
2 parents 2979203 + c544c62 commit 1403527
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 56 deletions.
1 change: 0 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
recursive-include blaze *.py
recursive-include docs *.rst

include requirements.txt
include requirements-strict.txt
include setup.py
include README.rst
Expand Down
11 changes: 1 addition & 10 deletions all.recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,26 +13,17 @@ source:
requirements:
run:
- python
- numpy >=1.7
- blaze-core
- h5py
- cytoolz
- pandas >=0.15.0
- pytables >=3.0.0
- pymongo >=2.8
- pymongo >=2.8,<3
- numba
- bcolz
- unittest2 [py26]
- pyyaml

test:
requires:
- pytest >=2.7.0
- dask
- dynd-python
- pytables
- pyyaml
- h5py

commands:
- py.test -vx --doctest-modules --doctest-ignore-import-errors --pyargs blaze -rsxX
Expand Down
29 changes: 9 additions & 20 deletions core.recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,39 +16,28 @@ requirements:
build:
- python
- setuptools
- datashape >=0.4.6
- odo >=0.3.3
- flask
- multipledispatch >=0.4.7
- numpy >=1.7
- pandas >=0.15.0
- flask >=0.10.1
- flask-cors
- odo >=0.4.0
- psutil
- requests
- sqlalchemy >=0.8.0
- toolz
- cytoolz

run:
- python
- datashape >=0.4.6
- odo >=0.3.3
- flask
- multipledispatch >=0.4.7
- numpy >=1.7
- pandas >=0.15.0
- cytoolz
- dask
- flask >=0.10.1
- flask-cors
- odo >=0.4.0
- psutil
- pyyaml
- requests
- sqlalchemy >=0.8.0
- toolz
- cytoolz

test:
requires:
- pytest >=2.7.0
- dask
- dynd-python
- pytables
- pyyaml
- h5py

commands:
Expand Down
12 changes: 5 additions & 7 deletions requirements-strict.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
numpy >= 1.7
pandas >= 0.15.0
datashape >= 0.4.4
odo >= 0.3.2
toolz
multipledispatch >= 0.4.7
sqlalchemy >= 0.8.0
flask >=0.10.1
flask-cors
odo >= 0.4.0
psutil
sqlalchemy >= 0.8.0
toolz
18 changes: 0 additions & 18 deletions requirements.txt

This file was deleted.

0 comments on commit 1403527

Please sign in to comment.