Skip to content

Commit

Permalink
Add requirment packages
Browse files Browse the repository at this point in the history
  • Loading branch information
mjwen committed Jan 20, 2021
1 parent 52cffd4 commit 550e171
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/rtd_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
pybind11
matplotlib
sphinx-gallery
sphinx-autodoc-typehints
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def get_version(fname=os.path.join("kliff", "__init__.py")):
version=get_version(),
packages=find_packages(),
setup_requires=["pybind11"],
install_requires=["pybind11", "scipy", "pyyaml", "monty"],
install_requires=["requests", "pybind11", "scipy", "pyyaml", "monty"],
ext_modules=[sym_fn, bispectrum, neighlist],
scripts=kliff_scripts,
author="Mingjian Wen",
Expand Down

0 comments on commit 550e171

Please sign in to comment.