diff --git a/.readthedocs.yml b/.readthedocs.yml index dec92021..1f0e431a 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -13,8 +13,6 @@ formats: [] python: version: "3.7" - system_packages: true - install: - requirements: docs/requirements.txt diff --git a/VERSION b/VERSION index 61e1ad71..ad1bc469 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.19.0-develop107 +1.19.0-develop108 diff --git a/docs/requirements.txt b/docs/requirements.txt index 5cd8fd9d..598c2264 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -5,4 +5,8 @@ sphinx-copybutton sphinx-reredirects sphinx_design sphinx-reload -sphinx-notfound-page \ No newline at end of file +sphinx-notfound-page +scipy +numpy +pandas +matplotlib \ No newline at end of file