Revision 71594a71c96b850a185bce15e04a8fc94a3953ca authored by rubenwiersma on 26 July 2023, 16:30:47 UTC, committed by GitHub on 26 July 2023, 16:30:47 UTC
1 parent 621b5d4
Raw File
environment.yml
channels:
  - nvidia
  - pytorch
  - pyg
dependencies:
  - pip=21.2.4
  - python=3.9.12
  - setuptools=52.0.0
  - wheel=0.36.2
  - protobuf~=3.19.0
  - conda-forge::cudatoolkit=11.3
  - pytorch::pytorch=1.11.0
  - pytorch::torchvision
  - pytorch::torchaudio
  - pyg::pyg=2.0.4
  - pip:
    - numpy==1.21.5
    - progressbar2==4.0.0
    - tensorboard==2.8.0
    - jupyter==1.0.0
    - openmesh==1.2.1
    - h5py==3.6.0
    - pytest==7.1.2
    - deltaconv==1.0.2
back to top