Skip to content

Commit

Permalink
fix package depens
Browse files Browse the repository at this point in the history
  • Loading branch information
TsumiNa committed Jan 27, 2021
1 parent 54b8bc3 commit a08b3e9
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 11 deletions.
1 change: 0 additions & 1 deletion .github/config/linux_win_env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ dependencies:
- pytest-cov
- pymatgen>=2020.10.9
- ruamel.yaml
- matminer
- tqdm
- mordred
- pip
Expand Down
5 changes: 2 additions & 3 deletions .github/config/macos_env.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: test
channels:
# - defaults
- defaults
- pytorch
- conda-forge
dependencies:
- pandas>=1.1.3
- pandas>=1.1.0
- seaborn
- numpy
- scipy
Expand All @@ -17,7 +17,6 @@ dependencies:
- pytest-cov
- pymatgen>=2020.10.9
- ruamel.yaml
- matminer
- tqdm
- mordred
- pip
Expand Down
2 changes: 1 addition & 1 deletion conda_env/cpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ dependencies:
- seaborn
- requests
- plotly
- matminer
- ruamel.yaml
- jupyterlab
- pybtex
Expand All @@ -28,4 +27,5 @@ dependencies:
- pip
- pip:
- Python-Deprecated
- matminer
- xenonpy
2 changes: 1 addition & 1 deletion conda_env/cuda101.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ dependencies:
- seaborn
- requests
- plotly
- matminer
- ruamel.yaml
- jupyterlab
- pybtex
Expand All @@ -29,4 +28,5 @@ dependencies:
- pip
- pip:
- Python-Deprecated
- matminer
- xenonpy
2 changes: 1 addition & 1 deletion conda_env/cuda102.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ dependencies:
- seaborn
- requests
- plotly
- matminer
- ruamel.yaml
- jupyterlab
- pybtex
Expand All @@ -29,4 +28,5 @@ dependencies:
- pip
- pip:
- Python-Deprecated
- matminer
- xenonpy
2 changes: 1 addition & 1 deletion conda_env/cuda110.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ dependencies:
- seaborn
- requests
- plotly
- matminer
- ruamel.yaml
- jupyterlab
- pybtex
Expand All @@ -29,4 +28,5 @@ dependencies:
- pip
- pip:
- Python-Deprecated
- matminer
- xenonpy
2 changes: 1 addition & 1 deletion conda_env/cuda92.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ dependencies:
- seaborn
- requests
- plotly
- matminer
- ruamel.yaml
- jupyterlab
- pybtex
Expand All @@ -29,4 +28,5 @@ dependencies:
- pip
- pip:
- Python-Deprecated
- matminer
- xenonpy
2 changes: 1 addition & 1 deletion conda_env/osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ dependencies:
- seaborn
- requests
- plotly
- matminer
- ruamel.yaml
- jupyterlab
- pybtex
Expand All @@ -27,4 +26,5 @@ dependencies:
- pip
- pip:
- Python-Deprecated
- matminer
- xenonpy
2 changes: 1 addition & 1 deletion devtools/readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies:
- rdkit
- scikit-learn
- scipy
- pytorch>=1.6.0,<2.0
- pytorch>=1.7.0,<2.0
- cpuonly
- sphinx
- sphinx_rtd_theme
Expand Down

0 comments on commit a08b3e9

Please sign in to comment.