Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
TsumiNa committed Oct 6, 2021
1 parent 13468ad commit 726cdd1
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 15 deletions.
17 changes: 2 additions & 15 deletions devtools/readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,9 @@
channels:
- conda-forge
dependencies:
- pandas>=1.1.3
- scikit-learn>=0.23.0
- scipy>=1.5.2
- pymatgen>=2020.10.9
- python=3.7
- rdkit=2020.03.3.0
- seaborn
- requests
- matminer
- ruamel.yaml
- mordred
- nbsphinx
- tqdm
- sphinx-autodoc-typehints
- pip
- pip:
- --find-links https://download.pytorch.org/whl/torch_stable.html
- Deprecated
- OpenNMT-py==1.2
- torch==1.9.1+cpu
- --requirement rtd_requirements.txt
17 changes: 17 additions & 0 deletions devtools/rtd_requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
###### Requirements without Version Specifiers ######
tqdm
seaborn
requests
ruamel.yaml
mordred
Deprecated
nbsphinx
sphinx-autodoc-typehints

###### Requirements with Version Specifiers ######
pymatgen >= 2020.10.09
scikit-learn >= 0.23.0
scipy >= 1.5.0
torch >= 1.7.0+cpu
joblib >= 0.13.0

0 comments on commit 726cdd1

Please sign in to comment.