-
Notifications
You must be signed in to change notification settings - Fork 2
/
pyproject.toml
38 lines (35 loc) · 874 Bytes
/
pyproject.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
[tool.poetry]
name = "Delft3D-Python-Thesis"
version = "0.1.0"
description = "Some functions and notebooks to view Delft3D-Flow output"
authors = ["JulesBlm <julesblom@gmail.com>"]
license = "BSD-3-Clause"
[tool.poetry.dependencies]
python = "^3.7"
hvplot = "^0.5.2"
pandas = "^1.0.1"
datashader = "^0.10.0"
dask = {extras = ["dataframe"], version = "^2.11.0"}
widgetsnbextension = "^3.5.1"
netcdf4 = "^1.5.3"
jupyterlab = "2.1.5"
holoviews = "^1.12.7"
numpy = "^1.18.1"
xarray = "^0.15.0"
ipympl = "^0.5.2"
scipy = "^1.4.1"
ipywidgets = "^7.5.1"
matplotlib = "^3.1.3"
cmocean = "^2.0"
bezier = "^2020.2.3"
imageio-ffmpeg = "^0.4.1"
itkwidgets = "^0.26.0"
pyvista = "^0.23.1"
pvgeo = "^2.1.0"
colorcet = "^2.0.2"
xarray-extras = "^0.4.2"
jsonschema = "^3.2.0"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"