Skip to content

Commit

Permalink
fix uce with alan's suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
bschilder committed May 28, 2024
1 parent 85bd214 commit 1541573
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 10 deletions.
20 changes: 10 additions & 10 deletions inst/conda/uce.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
name: uce
channels:
- conda-forge
- plotly
- pytorch-nightly
- nodefaults
- defaults
dependencies:
- numpy
- scipy
- pandas
- tqdm
- pytorch
- torchvision
- torchaudio
- python=3.9
- pandas=1.3.0
- scikit-learn=0.24.2
- numpy=1.21.0
- tqdm=4.61.2
- scanpy
- igraph-python
- leidenalg
- accelerate
- requests
- urllib3==1.26.6
- ipykernel
- pip
- pip:
- gdown
22 changes: 22 additions & 0 deletions inst/conda/uce_mac.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: uce
channels:
- conda-forge
- plotly
- pytorch-nightly
- nodefaults
dependencies:
- numpy
- scipy
- pandas
- tqdm
- pytorch
- torchvision
- torchaudio
- scanpy
- igraph-python
- leidenalg
- accelerate
- requests
- urllib3==1.26.6
- ipykernel
- pip

0 comments on commit 1541573

Please sign in to comment.