Skip to content

Commit

Permalink
remove extra pip install
Browse files Browse the repository at this point in the history
  • Loading branch information
divyegala committed Oct 16, 2024
1 parent 01b098e commit 83a156e
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 16 deletions.
3 changes: 0 additions & 3 deletions conda/environments/all_cuda-118_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ dependencies:
- numpydoc
- nvcc_linux-64=11.8
- packaging
- pip
- pydata-sphinx-theme!=0.14.2
- pylibraft==24.12.*,>=0.0.0a0
- pynndescent
Expand All @@ -78,6 +77,4 @@ dependencies:
- sysroot_linux-64==2.17
- treelite==4.3.0
- umap-learn==0.5.6
- pip:
- hdbscan @ git+https://github.com/scikit-learn-contrib/hdbscan.git@master
name: all_cuda-118_arch-x86_64
3 changes: 0 additions & 3 deletions conda/environments/all_cuda-125_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ dependencies:
- numpy>=1.23,<3.0a0
- numpydoc
- packaging
- pip
- pydata-sphinx-theme!=0.14.2
- pylibraft==24.12.*,>=0.0.0a0
- pynndescent
Expand All @@ -74,6 +73,4 @@ dependencies:
- sysroot_linux-64==2.17
- treelite==4.3.0
- umap-learn==0.5.6
- pip:
- hdbscan @ git+https://github.com/scikit-learn-contrib/hdbscan.git@master
name: all_cuda-125_arch-x86_64
9 changes: 0 additions & 9 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -526,15 +526,6 @@ dependencies:
- statsmodels
- umap-learn==0.5.6
- pynndescent
- output_types: conda
packages:
- pip
- pip:
- hdbscan @ git+https://github.com/scikit-learn-contrib/hdbscan.git@master
- output_types: pyproject
packages:
- hdbscan @ git+https://github.com/scikit-learn-contrib/hdbscan.git@master

test_notebooks:
common:
- output_types: [conda, requirements]
Expand Down
1 change: 0 additions & 1 deletion python/cuml/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ classifiers = [
test = [
"cython>=3.0.0",
"dask-ml",
"hdbscan @ git+https://github.com/scikit-learn-contrib/hdbscan.git@master",
"hdbscan>=0.8.39,<0.8.40",
"hypothesis>=6.0,<7",
"nltk",
Expand Down

0 comments on commit 83a156e

Please sign in to comment.