diff --git a/.readthedocs.yml b/.readthedocs.yml index 657981243..2abc662ce 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -18,5 +18,4 @@ python: install: - requirements: docs/requirements.txt - method: setuptools - path: . - system_packages: true \ No newline at end of file + path: . \ No newline at end of file diff --git a/docs/requirements.txt b/docs/requirements.txt index b94599e7b..b6fe7ec93 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,3 +1 @@ Cython==0.29.21 -scipy -scikit-learn \ No newline at end of file