Skip to content

Commit

Permalink
remove package requirements from setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jdebacker committed Aug 16, 2019
1 parent 8b790cf commit 3753172
Showing 1 changed file with 1 addition and 1 deletion.
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': ['taxcalc', 'dask', 'scipy', 'matplotlib', 'mkl'],
'install_requires': [],
'package_data': {
'ogusa': [
'parameters_metadata.json',
Expand Down

0 comments on commit 3753172

Please sign in to comment.