Skip to content

Commit

Permalink
Some more changes related to rdt.
Browse files Browse the repository at this point in the history
  • Loading branch information
muammar committed Mar 15, 2020
1 parent d2dec15 commit 3c702ae
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 2 additions & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
ase
matplotlib
4 changes: 0 additions & 4 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,11 @@ def __getattr__(cls, name):
"pandas",
"plotly",
"pytest",
"matplotlib",
"dscribe",
"msgpack_python",
"scikit_learn",
"dask",
"ase.neighborlist",
"plotly.express",
"ase.calculators",
"ase.io"
]

sys.modules.update((mod_name, Mock()) for mod_name in MOCK_MODULES)
Expand Down
2 changes: 1 addition & 1 deletion readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ python:
version: 3.7
install:
- requirements: docs/requirements.txt
# This breaks readthedocs pip_install: true
pip_install: true

0 comments on commit 3c702ae

Please sign in to comment.