Skip to content

Commit

Permalink
build: fix sklearn/hdbscan versions to account for TypeError bug
Browse files Browse the repository at this point in the history
  • Loading branch information
christinehc committed May 28, 2024
1 parent 163239c commit 0de98d7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
- hdbscan == 0.8.29 # see: https://stackoverflow.com/questions/76714347/hdbscan-error-typeerror-numpy-float64-object-cannot-be-interpreted-as-an-int
- pip
- pip:
- -e git+https://github.com/PNNL-CompBio/Snekmer#egg=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
- hdbscan == 0.8.29 # see: https://stackoverflow.com/questions/76714347/hdbscan-error-typeerror-numpy-float64-object-cannot-be-interpreted-as-an-int
- pip
- pip:
- -e git+https://github.com/PNNL-CompBio/Snekmer#egg=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 # see: https://stackoverflow.com/questions/76714347/hdbscan-error-typeerror-numpy-float64-object-cannot-be-interpreted-as-an-int
- pip
- pip:
- snekmer

0 comments on commit 0de98d7

Please sign in to comment.