diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 94cd8d5..810cbe6 100755 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,13 +49,13 @@ jobs: fail-fast: false matrix: include: - - { os: windows-latest, r-version: 4.3.2 } - - { os: macos-latest, r-version: 4.3.2 } + - { os: windows-latest, r-version: 4.3.3 } + - { os: macos-latest, r-version: 4.3.3 } - { os: ubuntu-latest, r-version: 3.6.3 } - { os: ubuntu-latest, r-version: 4.0.5 } - { os: ubuntu-latest, r-version: 4.1.3 } - { os: ubuntu-latest, r-version: 4.2.3 } - - { os: ubuntu-latest, r-version: 4.3.2 } + - { os: ubuntu-latest, r-version: 4.3.3 } runs-on: ${{ matrix.os }} diff --git a/conanfile.txt b/conanfile.txt index 51907ba..44fd595 100644 --- a/conanfile.txt +++ b/conanfile.txt @@ -3,53 +3,13 @@ # SPDX-License-Identifier: MIT [requires] -hictk/0.0.9 +hictk/0.0.12#8e413cd45528da38b5a41ccffee41d6d [generators] CMakeDeps MakeDeps [options] -boost*:system_no_deprecated=True -boost*:asio_no_deprecated=True -boost*:filesystem_no_deprecated=True -boost*:filesystem_version=4 -boost*:zlib=False -boost*:bzip2=False -boost*:lzma=False -boost*:zstd=False -boost*:without_atomic=False -boost*:without_chrono=True -boost*:without_container=True -boost*:without_context=True -boost*:without_contract=True -boost*:without_coroutine=True -boost*:without_date_time=True -boost*:without_exception=False -boost*:without_fiber=True -boost*:without_filesystem=False -boost*:without_graph=True -boost*:without_graph_parallel=True -boost*:without_iostreams=True -boost*:without_json=True -boost*:without_locale=True -boost*:without_log=True -boost*:without_math=True -boost*:without_mpi=True -boost*:without_nowide=True -boost*:without_program_options=True -boost*:without_python=True -boost*:without_random=True -boost*:without_regex=True -boost*:without_serialization=True -boost*:without_stacktrace=True -boost*:without_system=False -boost*:without_test=True -boost*:without_thread=True -boost*:without_timer=True -boost*:without_type_erasure=True -boost*:without_url=True -boost*:without_wave=True fmt*:header_only=True hdf5*:enable_cxx=False hdf5*:hl=False