Skip to content

Commit

Permalink
explicitly pin fmt and spdlog in test environment
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Sep 23, 2024
1 parent 5b812f0 commit 7724113
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -140,12 +140,12 @@ dependencies:
packages:
- c-compiler
- cxx-compiler
- fmt>=11.0.2,<12
- &fmt fmt>=11.0.2,<12
- libcumlprims==24.10.*,>=0.0.0a0
- libraft==24.10.*,>=0.0.0a0
- libraft-headers==24.10.*,>=0.0.0a0
- librmm==24.10.*,>=0.0.0a0
- spdlog>=1.14.1,<1.15
- &spdlog spdlog>=1.14.1,<1.15
specific:
- output_types: conda
matrices:
Expand Down Expand Up @@ -520,6 +520,8 @@ dependencies:
- setuptools # Needed on Python 3.12 for dask-glm, which requires pkg_resources but Python 3.12 doesn't have setuptools by default
- output_types: conda
packages:
- *fmt
- *spdlog
- pip
- pip:
- dask-glm==0.3.0
Expand All @@ -538,3 +540,7 @@ dependencies:
- *scikit_learn
- seaborn
- xgboost
- output_types: conda
packages:
- *fmt
- *spdlog

0 comments on commit 7724113

Please sign in to comment.