Skip to content

Commit

Permalink
Update environment.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gefeiwang authored Jun 25, 2023
1 parent 742d16d commit c44ed2b
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions environment.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
name: stitch3d
channels:
- conda-forge
- pytorch
- bioconda
- defaults
dependencies:
- python=3.7.10
- pytorch=1.8.1
- python>=3.7
- pytorch>=1.6.0, <=1.13.1
- scanpy=1.7.2
- anndata=0.7.6
- numpy=1.19.2
- louvain=0.7.0
- leidenalg=0.7.0
- pandas=1.1.5
- umap-learn=0.4.6
- numba=0.49.1
- pot=0.8.1.0
- h5py=3.1.0
- numpy>=1.19.0
- louvain=0.7.0
- leidenalg>=0.7.0
- umap-learn>=0.4.6
- pot>=0.8.0
- numba>=0.49.1
- matplotlib<3.7

0 comments on commit c44ed2b

Please sign in to comment.