Skip to content

Commit

Permalink
Add setuptools and numpy as dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
timj committed Jul 9, 2020
1 parent 658d69d commit 166bfac
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
pybind11 >=2.5.0
setuptools >=46.0
setuptools_cpp >=0.0.1
pyyaml >=5.1
pytest >= 3.2
flake8 >= 3.7.5
pytest-flake8 >= 1.0.4
numpy >=1.18
4 changes: 4 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,14 @@ package_dir=
=python
packages=find:
setup_requires =
setuptools >=46.0
wheel
pybind11 >=2.5.0
numpy >=1.17
setuptools_cpp >=0.0.1
install_requires =
pyyaml >=5.1
numpy >=1.17
tests_require =
pytest >= 3.2
flake8 >= 3.7.5
Expand Down

0 comments on commit 166bfac

Please sign in to comment.