Skip to content

Commit

Permalink
pin hdbscan to 0.8.29 and scikit-learn to 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tnitka committed Jun 5, 2024
1 parent 5753988 commit 9a5992a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions environment.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: snekmer-test
name: snekmer
channels:
- anaconda
- bioconda
Expand All @@ -15,11 +15,11 @@ dependencies:
- scipy
- pandas == 1.4.2
- seaborn
- scikit-learn
- scikit-learn == 1.2.2
- snakemake == 7.0
- tabulate == 0.8.10
- umap-learn
- hdbscan >= 0.8.29
- hdbscan == 0.8.29
- pip
- pip:
- snekmer
4 changes: 2 additions & 2 deletions environment_BSF.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ dependencies:
- scipy
- pandas
- seaborn
- scikit-learn
- scikit-learn == 1.2.2
- snakemake == 7.0
- tabulate == 0.8.10
- umap-learn
- hdbscan >= 0.8.29
- hdbscan == 0.8.29
- pip
- pip:
- snekmer
Expand Down
4 changes: 2 additions & 2 deletions environment_Windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ dependencies:
- scipy
- pandas
- seaborn
- scikit-learn
- scikit-learn == 1.2.2
- snakemake-minimal == 7.0
- tabulate == 0.8.10
- umap-learn
- hdbscan >= 0.8.29
- hdbscan == 0.8.29
- pip
- pip:
- snekmer

0 comments on commit 9a5992a

Please sign in to comment.