Skip to content

Commit

Permalink
Add fmt to rapids-build-env
Browse files Browse the repository at this point in the history
This PR adds the `fmt` conda package to `rapids-build-env`.

This change is similar to the changes introduced in rapidsai/rmm#1177 and should help resolve the `devel` image build errors that have been occurring lately (e.g. [these](https://gpuci.gpuopenanalytics.com/job/rapidsai/job/docker/job/rapidsai-core-devel/1888/BUILD_IMAGE=rapidsai%2Frapidsai-core-dev-nightly,CUDA_VER=11.8,FROM_IMAGE=gpuci%2Frapidsai,IMAGE_TYPE=devel,LINUX_VER=ubuntu22.04,PYTHON_VER=3.10,RAPIDS_VER=23.04/console)).
  • Loading branch information
ajschmidt8 committed Feb 21, 2023
1 parent 7a30676 commit 5c5a63a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
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
2 changes: 2 additions & 0 deletions 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

0 comments on commit 5c5a63a

Please sign in to comment.