Skip to content

Commit

Permalink
fix: add numba to requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
ericbarefoot committed May 22, 2020
1 parent d6c8216 commit e4c8bf7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ scipy
netCDF4
basic_modeling_interface
pyyaml
numba
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
include_package_data=True,
url='https://github.com/DeltaRCM/pyDeltaRCM',
install_requires=['matplotlib', 'netCDF4',
'basic-modeling-interface', 'scipy', 'numpy', 'pyyaml'],
'basic-modeling-interface', 'scipy', 'numpy', 'pyyaml',
'numba'],
entry_points={
'console_scripts': ['run_pyDeltaRCM=pyDeltaRCM.command_line:run_model'],
}
Expand Down

0 comments on commit e4c8bf7

Please sign in to comment.