From e2d862bfb2735163e28fa63154a56a746964209c Mon Sep 17 00:00:00 2001 From: bxdd Date: Thu, 10 Dec 2020 07:03:04 +0000 Subject: [PATCH] fix system package --- .readthedocs.yml | 3 +-- docs/requirements.txt | 2 -- 2 files changed, 1 insertion(+), 4 deletions(-) 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