[tool.poetry] name = "stuett" version = "0.1.0" description = "Data processing framework for PermaSense project" license = "MIT" authors = [ "Matthias Meyer " ] readme = 'README.md' # Markdown files are supported repository = "https://gitlab.ethz.ch/tec/research/stuett/software/framework/stuett" homepage = "permasense.ch" keywords = ['data analysis', 'data processing'] [tool.poetry.dependencies] python = "^3.7" # Compatible python versions must be declared here toml = "^0.9" # Dependencies with extras dask = {extras = ["complete"], version = "^2.6.0"} pandas = "^0.25.3" toolz = "^0.10.0" obspy = "^1.1.1" numpy = "1.16.5" appdirs = "^1.4.3" obsplus = "^0.0.2" zarr = "^2.3.2" xarray = { git = "https://github.com/niowniow/xarray.git", branch = "strided_rolling" } pillow = "^6.2.1" xarray-extras = "^0.4.2" lttb = "^0.2.0" # Optional dependencies (extras) [tool.poetry.dev-dependencies] pytest = "^3.0" pytest-cov = "^2.4" black = {version = "^19.10b0", allows-prereleases = true} flake8 = "^3.7.9"