diff --git a/conda/environments/all_cuda-118_arch-x86_64.yaml b/conda/environments/all_cuda-118_arch-x86_64.yaml index 3a5cb90af..09f3ebeed 100644 --- a/conda/environments/all_cuda-118_arch-x86_64.yaml +++ b/conda/environments/all_cuda-118_arch-x86_64.yaml @@ -16,7 +16,7 @@ dependencies: - cxx-compiler - cython>=3.0.0 - doxygen=1.9.1 -- fmt>=9.1.0,<10 +- fmt>=10.1.1,<11 - gcc_linux-64=11.* - gcovr>=5.0 - graphviz @@ -34,7 +34,7 @@ dependencies: - pytest-cov - python>=3.9,<3.11 - scikit-build>=0.13.1 -- spdlog>=1.11.0,<1.12 +- spdlog>=1.12.0,<1.13 - sphinx - sphinx-copybutton - sphinx-markdown-tables diff --git a/conda/environments/all_cuda-120_arch-x86_64.yaml b/conda/environments/all_cuda-120_arch-x86_64.yaml index f87564b74..40f1871c2 100644 --- a/conda/environments/all_cuda-120_arch-x86_64.yaml +++ b/conda/environments/all_cuda-120_arch-x86_64.yaml @@ -15,7 +15,7 @@ dependencies: - cxx-compiler - cython>=3.0.0 - doxygen=1.9.1 -- fmt>=9.1.0,<10 +- fmt>=10.1.1,<11 - gcc_linux-64=11.* - gcovr>=5.0 - graphviz @@ -32,7 +32,7 @@ dependencies: - pytest-cov - python>=3.9,<3.11 - scikit-build>=0.13.1 -- spdlog>=1.11.0,<1.12 +- spdlog>=1.12.0,<1.13 - sphinx - sphinx-copybutton - sphinx-markdown-tables diff --git a/conda/recipes/librmm/conda_build_config.yaml b/conda/recipes/librmm/conda_build_config.yaml index 59c0a210e..ed58ac507 100644 --- a/conda/recipes/librmm/conda_build_config.yaml +++ b/conda/recipes/librmm/conda_build_config.yaml @@ -14,13 +14,13 @@ cmake_version: - ">=3.26.4" fmt_version: - - ">=9.1.0,<10" + - ">=10.1.1,<11" gtest_version: - ">=1.13.0" spdlog_version: - - ">=1.11.0,<1.12" + - ">=1.12.0,<1.13" sysroot_version: - "2.17" diff --git a/dependencies.yaml b/dependencies.yaml index af3f49ef0..805159e62 100644 --- a/dependencies.yaml +++ b/dependencies.yaml @@ -71,8 +71,8 @@ dependencies: packages: - c-compiler - cxx-compiler - - fmt>=9.1.0,<10 - - spdlog>=1.11.0,<1.12 + - fmt>=10.1.1,<11 + - spdlog>=1.12.0,<1.13 - python>=3.9,<3.11 - output_types: pyproject packages: