Commit 9c509bbd authored by nd-02110114's avatar nd-02110114
Browse files

🔧 fix config

parent b23600e1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -16,4 +16,4 @@ formats: all
python:
  version: 3.7
  install:
    - requirements: requirements-docs.txt
    - requirements: requirements.txt
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ To build the docs, you can use the `Makefile` that's been added to
this directory. To generate docs in html, run following commands.

```
$ pip install -r ../requirements-docs.txt
$ pip install -r requirements.txt
$ make html
// clean build
$ make clean html

docs/requirements.txt

0 → 100644
+7 −0
Original line number Diff line number Diff line
--find-links https://download.pytorch.org/whl/torch_stable.html
pandas
scikit-learn
sphinx_rtd_theme
tensorflow==2.3.0
transformers
torch==1.6.0+cpu