Skip to content

Commit

Permalink
update cuda 11.0 to 11.1; drop support of cuda 9
Browse files Browse the repository at this point in the history
  • Loading branch information
TsumiNa committed Jun 4, 2021
1 parent b164caf commit 1484d64
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 72 deletions.
2 changes: 1 addition & 1 deletion .github/config/linux_win_env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ dependencies:
- pip
- pip:
- OpenNMT-py==1.2
- Python-Deprecated
- Deprecated
2 changes: 1 addition & 1 deletion .github/config/macos_env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ dependencies:
- pip
- pip:
- OpenNMT-py==1.2
- Python-Deprecated
- Deprecated
2 changes: 1 addition & 1 deletion conda_env/cpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ dependencies:
- matminer
- pip
- pip:
- Python-Deprecated
- Deprecated
- xenonpy
31 changes: 0 additions & 31 deletions conda_env/cuda101.yml

This file was deleted.

2 changes: 1 addition & 1 deletion conda_env/cuda102.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ dependencies:
- matminer
- pip
- pip:
- Python-Deprecated
- Deprecated
- xenonpy
5 changes: 3 additions & 2 deletions conda_env/cuda110.yml → conda_env/cuda111.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
channels:
- pytorch
- nvidia
- conda-forge
dependencies:
- pandas>=1.1.3
Expand All @@ -11,7 +12,7 @@ dependencies:
- jupyter>=1.0.0
- pytorch >=1.7.0,<2.0.0
- cudatoolkit=11.0
- magma-cuda110=2.5.2
- magma-cuda111=2.5.2
- jedi>=0.16
- torchvision
- torchtext
Expand All @@ -27,5 +28,5 @@ dependencies:
- matminer
- pip
- pip:
- Python-Deprecated
- Deprecated
- xenonpy
31 changes: 0 additions & 31 deletions conda_env/cuda92.yml

This file was deleted.

2 changes: 1 addition & 1 deletion conda_env/osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ dependencies:
- matminer
- pip
- pip:
- Python-Deprecated
- Deprecated
- xenonpy
2 changes: 1 addition & 1 deletion devtools/extra_env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ dependencies:
- nbsphinx
- sphinx-autodoc-typehints
- pip:
- Python-Deprecated
- Deprecated
- OpenNMT-py==1.2
2 changes: 1 addition & 1 deletion devtools/readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ dependencies:
- sphinx-autodoc-typehints
- pip
- pip:
- Python-Deprecated
- Deprecated
- OpenNMT-py==1.2
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plotly
requests
ruamel.yaml
mordred
Python-Deprecated
Deprecated

###### Requirements with Version Specifiers ######
pandas >= 1.1.3
Expand Down

0 comments on commit 1484d64

Please sign in to comment.