Skip to content

Commit

Permalink
add environment file
Browse files Browse the repository at this point in the history
  • Loading branch information
fnattino committed May 4, 2023
1 parent f132b40 commit bf6881c
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions environment.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit bf6881c

Please sign in to comment.