cdvae icon indicating copy to clipboard operation
cdvae copied to clipboard

Successful environment

Open hoon-ock opened this issue 8 months ago • 5 comments

This works for me.

name: cdvae
channels:
  - pytorch 
  - conda-forge
  - defaults
dependencies:
  - python=3.8
  - cudatoolkit=10.2.89
  - pip
  - numpy=1.24.4
  - pandas=2.0.3
  - matplotlib-base=3.7.3
  - seaborn=0.13.2
  - scikit-learn=1.3.2
  - scipy=1.10.1
  - pytorch-lightning=1.3.8
  - ruamel.yaml=0.16.6
  - matminer=0.7.3
  - pip:
      - -f https://data.pyg.org/whl/torch-1.9.0+cu102.html
      - torch==1.9.0
      - torch-scatter==2.0.7
      - torch-sparse==0.6.10
      - torch-cluster==1.5.9
      - torch-spline-conv==1.2.1
      - torch_geometric==2.5.3
      - higher==0.2.1
      - hydra-core==1.1.0
      - hydra-joblib-launcher==1.1.5
      - p-tqdm==1.3.3
      - pymatgen==2023.8.10
      - pytest==8.2.1
      - python-dotenv==1.0.1
      - smact==2.2.1
      - streamlit==0.79.0
      - torchmetrics==0.5.0
      - wandb==0.10.33

hoon-ock avatar Jun 01 '24 04:06 hoon-ock