Skip to content

Commit

Permalink
add additional requirements for docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kexinhuang12345 committed Sep 3, 2021
1 parent d16ace5 commit 2cb8ac3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ sphinx:
python:
version: 3.7
install:
- requirements: docs/requirements.txt
- requirements: docs/requirements.txt
- requirements: requirements.txt
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ TDC is an open-source initiative. To get involved, check out the [Contribution G


## Updates
- TDC documentation is available at [https://tdc.readthedocs.io/](https://tdc.readthedocs.io/)
- TDC paper is accepted to [NeurIPS 2021 Datasets and Benchmarks](https://openreview.net/pdf?id=8nvgnORnoWr)
- `0.2.0`: Release docking molecule generation benchmark! Checkout [here](https://tdcommons.ai/benchmark/docking_group/overview/)!
- `0.1.9`: Support molecule filters! Checkout [here](https://tdcommons.ai//functions/data_process/#molecule-filters)!
Expand Down
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@ numpy
pandas
tqdm
scikit-learn
seaborn
furo
seaborn

0 comments on commit 2cb8ac3

Please sign in to comment.