Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
abearab committed Nov 22, 2024
2 parents b0ee89c + fb8f599 commit 9cad4bf
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-pkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
miniconda-version: "latest"
auto-update-conda: true
mamba-version: "*"
python-version: ${{ matrix.python-version }}
python-version: "3.11"
channels: conda-forge,bioconda,pytorch,nvidia
environment-file: environment.yml
- name: "Install pytest"
Expand Down
15 changes: 8 additions & 7 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,19 @@ channels:
- conda-forge
dependencies:
- python==3.11
- pytorch
- pytorch-cuda==12.1
- torchvision
- torchaudio
- torchmetrics
- cuda-toolkit
- pytorch::pytorch
- pytorch::pytorch-cuda
- pytorch::torchvision
- pytorch::torchaudio
- conda-forge::torchmetrics
- conda-forge::cuda-toolkit
- bioconda::basenji
- conda-forge::anndata
- numpy
- pandas
- python-igraph
- leidenalg
- scikit-learn
- bioconda::basenji
- matplotlib
- dill
- pynvml
Expand Down

0 comments on commit 9cad4bf

Please sign in to comment.