Skip to content

Commit

Permalink
Merge branch 'hotfix/deps'
Browse files Browse the repository at this point in the history
* hotfix/deps:
  ➕ Numba depends on scipy
  • Loading branch information
yuxiang-gao committed Jun 15, 2020
2 parents 458a5bc + 63d33f6 commit f02753b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
numpy
toml
numba
numba
scipy
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
author="Yuxiang Gao",
author_email="[email protected]",
url="https://github.com/yuxiang-gao/PySocialForce",
install_requires=["numpy", "toml", "numba"],
install_requires=["numpy", "toml", "numba", "scipy"],
extras_require={
"dev": ["black", "jupyter"],
"test": ["pylint", "pytest",],
Expand Down

0 comments on commit f02753b

Please sign in to comment.