forked from sdmlua/FIMserv
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
42 lines (39 loc) · 1.12 KB
/
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
39
40
41
42
[tool.poetry]
name = "fimserve"
version = "0.1.62"
description = "Framework which is developed with the purpose of quickly generating Flood Inundation Maps (FIM) for emergency response and risk assessment. It is developed under Surface Dynamics Modeling Lab (SDML)."
authors = ["Supath Dhital <[email protected]>"]
license = "GPL-3.0"
readme = "README.md"
maintainers = ["Supath Dhital <[email protected]>"]
homepage = "https://github.com/sdmlua/fimserve"
repository = "https://github.com/sdmlua/fimserve"
[tool.poetry.dependencies]
python = ">=3.10,<3.13"
pytest = "^8.3.3"
teehr = "0.4.1"
geemap = "^0.35.1"
pyarrow = "^15.0.0"
utils = "^1.0.2"
netcdf4 = "1.6.5"
matplotlib = "^3.9.2"
awscli = "1.34.23"
botocore = "1.35.23"
numba = "^0.60.0"
bottleneck = "^1.3.6"
localtileserver = "^0.10.5"
tqdm = "^4.67.0"
scipy = "^1.14.1"
aiohttp = "3.10.8"
scikit-learn = "^1.5.2"
tabulate = "^0.9.0"
nodejs-bin = "^18.4.0a4"
ipykernel = "^6.29.5"
numpy = "<2.0.0"
beautifulsoup4 = "^4.12.3"
python-dotenv = "^1.0.1"
jupyter = "^1.1.1"
notebook = "^7.3.1"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"