Skip to content

Commit

Permalink
Merge pull request #220 from mims-harvard/avelez-dev
Browse files Browse the repository at this point in the history
Conda environment setup for TDC. Also installs cellxgene-census
  • Loading branch information
amva13 authored Feb 23, 2024
2 parents 10865f6 + beeb089 commit ddb4f2e
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions environment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: tdc-conda-env
channels:
- conda-forge
- defaults
dependencies:
- dataclasses=0.8
- fuzzywuzzy=0.18.0
- huggingface_hub=0.20.3
- numpy=1.26.4
- python=3.9.13
- pip=23.3.1
- pandas=2.1.4
- rdkit=2023.9.5
- requests=2.31.0
- scikit-learn=1.3.0
- seaborn=0.12.2
- tqdm=4.65.0
- pip:
- cellxgene-census==1.10.2
- PyTDC==0.4.1

0 comments on commit ddb4f2e

Please sign in to comment.