diff --git a/ci/environment-py3.10.yml b/ci/environment-py3.10.yml index b48eb89..69e8d43 100644 --- a/ci/environment-py3.10.yml +++ b/ci/environment-py3.10.yml @@ -4,7 +4,7 @@ channels: dependencies: - python=3.10 ############## These will have to be adjusted to your specific project - # - adios_db + - adios-db - appdirs - aiohttp - kerchunk @@ -50,8 +50,8 @@ dependencies: - coverage - pip - pytest - - pip: - - adios_db + # - pip: + # - adios_db # - git+https://github.com/OpenDrift/opendrift # - git+https://github.com/fsspec/kerchunk # - xroms # can't be found on conda-forge for CI, but don't need since in runslow tests? diff --git a/ci/environment-py3.11.yml b/ci/environment-py3.11.yml index 89eca3c..13d528a 100644 --- a/ci/environment-py3.11.yml +++ b/ci/environment-py3.11.yml @@ -4,7 +4,7 @@ channels: dependencies: - python=3.11 ############## These will have to be adjusted to your specific project - # - adios_db + - adios-db - appdirs - aiohttp - kerchunk @@ -50,8 +50,8 @@ dependencies: - coverage - pip - pytest - - pip: - - adios_db + # - pip: + # - adios_db # - git+https://github.com/OpenDrift/opendrift # - git+https://github.com/fsspec/kerchunk # - xroms # can't be found on conda-forge for CI, but don't need since in runslow tests? diff --git a/ci/environment-py3.9.yml b/ci/environment-py3.9.yml index df90470..b97c34e 100644 --- a/ci/environment-py3.9.yml +++ b/ci/environment-py3.9.yml @@ -4,7 +4,7 @@ channels: dependencies: - python=3.9 ############## These will have to be adjusted to your specific project - # - adios_db + - adios-db - appdirs - aiohttp - kerchunk @@ -50,8 +50,8 @@ dependencies: - coverage - pip - pytest - - pip: - - adios_db + # - pip: + # - adios_db # - git+https://github.com/OpenDrift/opendrift # - git+https://github.com/fsspec/kerchunk # - xroms # can't be found on conda-forge for CI, but don't need since in runslow tests?