Skip to content

Commit

Permalink
Update and rename cuda113.yml to cuda118.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TsumiNa committed Nov 20, 2023
1 parent 9be3283 commit 6ce4e15
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 31 deletions.
31 changes: 0 additions & 31 deletions conda_env/cuda113.yml

This file was deleted.

51 changes: 51 additions & 0 deletions conda_env/cuda118.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
channels:
- pytorch
- nvidia
- conda-forge
dependencies:
# Number
- numpy
- scipy
- pandas

# Mol/Crystall
- pymatgen
- ase
- rdkit
- matminer
- matid

# Plotting
- seaborn
- matplotlib
- plotly

# Machine larning
- scikit-learn
- imbalanced-learn
- optuna
- umap-learn
- pytorch >=2.0.0,<3.0.0
- pytorch-cuda=11.8
- torchvision
- torchaudio
- transformers
- diffusers

# Others
- nodejs
- jupyterlab
- jupyterlab-lsp
- python-lsp-server
- shapely
- requests
- ruamel.yaml
- joblib
- tqdm
- Deprecated
- fsspec
- emmet-core
- peewee
- pip
- pip:
- xenonpy

0 comments on commit 6ce4e15

Please sign in to comment.