Skip to content

Commit

Permalink
Merge pull request #624 from ajschmidt8/add-fmt
Browse files Browse the repository at this point in the history
Add `fmt` and update `spdlog` in `rapids-build-env`
  • Loading branch information
ajschmidt8 authored Feb 21, 2023
2 parents 7a30676 + 918e3ab commit ce93425
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions conda/recipes/rapids-build-env/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ requirements:
- fastavro {{ fastavro_version }}
- feather-format
- flake8 {{ flake8_version }}
- fmt {{ fmt_version }}
- fsspec {{ fsspec_version }}
- gcsfs {{ gcsfs_version }}
- gdal {{ gdal_version }}
Expand Down
4 changes: 3 additions & 1 deletion conda/recipes/versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ fastavro_version:
- '>=0.22.0'
flake8_version:
- '=3.8'
fmt_version:
- '>=9.1.0,<10'
fsspec_version:
- '>=0.9.0'
gdal_version:
Expand Down Expand Up @@ -166,7 +168,7 @@ scipy_version:
setuptools_version:
- '>65'
spdlog_version:
- '>=1.8.5,<1.9'
- '>=1.11.0,<1.12'
sphinx_markdown_tables_version:
- '=0.0.14=pyh9f0ad1d_1'
treelite_version:
Expand Down

0 comments on commit ce93425

Please sign in to comment.