From bf6881c3b8947fb9b2b6056f0c9956e4c7598b48 Mon Sep 17 00:00:00 2001 From: Francesco Nattino Date: Thu, 4 May 2023 22:50:34 +0200 Subject: [PATCH] add environment file --- environment.yml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 environment.yml diff --git a/environment.yml b/environment.yml new file mode 100644 index 0000000..ff48204 --- /dev/null +++ b/environment.yml @@ -0,0 +1,23 @@ +name: dcachefs +channels: + - conda-forge +dependencies: + - python=3.10 + # dcachefs dependencies + - aiohttp + - fsspec + - urlpath + - yarl + # tutorial/optional + - jupyterlab + - dask + - numpy + - pandas + - xarray + - zarr + - panel + # test dependencies + - pytest + - pytest-cov + - pycodestyle + - webdavclient3