diff --git a/.readthedocs.yml b/.readthedocs.yml index 14f731d..60b66f1 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -20,4 +20,4 @@ formats: all python: version: 3.7 install: - - requirements: docs/requirements.txt + - requirements: requirements-readthedocs.txt diff --git a/requirements-readthedocs.txt b/requirements-readthedocs.txt new file mode 100644 index 0000000..1db6824 --- /dev/null +++ b/requirements-readthedocs.txt @@ -0,0 +1,10 @@ +numpy +scikit-learn>=0.18 +scipy +tensorflow +keras +requests +pandas +pyyaml +matplotlib>=2.2.2 +pysocks==1.6.8