Skip to content

Commit

Permalink
Merge pull request #477 from jdebacker/pb2
Browse files Browse the repository at this point in the history
make package dependencies consistent
  • Loading branch information
jdebacker authored Aug 4, 2019
2 parents 49593bc + 11e5131 commit 6795dc5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 4 additions & 2 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
include ogusa/data/*
include ccc/default_parameters.json
include ogusa/data/ability/*
include ogusa/data/demographic/*
include ogusa/data/labor/*
include ogusa/default_parameters.json
include ogusa/OGUSAplots.mplstyle
2 changes: 2 additions & 0 deletions conda.recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ requirements:
- scipy
- matplotlib
- dask
- mkl

run:
- python
Expand All @@ -21,6 +22,7 @@ requirements:
- scipy
- matplotlib
- dask
- mkl

about:
home: https://github.com/PSLmodels/OG-USA/
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
'packages': ['ogusa'],
'include_package_data': True,
'name': 'ogusa',
'install_requires': ['numpy', 'pandas', 'taxcalc', 'dask', 'scipy', 'matplotlib', 'mkl'],
'install_requires': ['taxcalc', 'dask', 'scipy', 'matplotlib', 'mkl'],
'package_data': {
'ogusa': [
'parameters_metadata.json',
Expand Down

0 comments on commit 6795dc5

Please sign in to comment.