Skip to content
Snippets Groups Projects
Commit c813e519 authored by Siddhant Tibrewal's avatar Siddhant Tibrewal
Browse files

fixing zarr version to v3.0.6 for essential bug fixes

parent ea7d8e57
No related branches found
No related tags found
No related merge requests found
Pipeline #102062 waiting for manual action
......@@ -29,8 +29,9 @@ set_tests_properties(hiopy.create_simple_dataset_4threads PROPERTIES
add_test(
NAME hiopy.check_hierarchy
COMMAND "/usr/bin/env" "python3" "${CMAKE_CURRENT_SOURCE_DIR}/check_hierarchy.py" "simple_dataset.zarr"
COMMAND ${Python_EXECUTABLE} "${CMAKE_CURRENT_SOURCE_DIR}/check_hierarchy.py" "simple_dataset.zarr"
)
set_tests_properties(hiopy.check_hierarchy PROPERTIES
FIXTURES_REQUIRED simple_dataset.zarr
ENVIRONMENT "PYTHONPATH=${CMAKE_BINARY_DIR}/python:${CMAKE_SOURCE_DIR}/apps:$ENV{PYTHONPATH}"
......
......@@ -23,7 +23,7 @@ RUN apt-get update \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
RUN pip install --no-cache-dir numpy mpi4py matplotlib cython healpy aiohttp zarr
RUN pip install --no-cache-dir numpy mpi4py matplotlib cython healpy aiohttp zarr rich
# install yaxt
RUN curl -s -L https://gitlab.dkrz.de/dkrz-sw/yaxt/-/archive/release-0.11.3/yaxt-release-0.11.3.tar.gz | \
......
......@@ -8,10 +8,10 @@ version = "0.0.1"
dependencies = [
"numpy",
"pybind11",
"zarr>=3.0",
"zarr>=3.0.6",
"healpy",
"aiohttp",
"regex_engine",
"regex_engine",
"rich"
]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment