Skip to content

Commit 58911d1

Browse files
upgrading the dependencies
1 parent cda8948 commit 58911d1

5 files changed

Lines changed: 1319 additions & 845 deletions

File tree

-2 Bytes
Binary file not shown.

dist/fimserve-0.1.2.tar.gz

65 Bytes
Binary file not shown.

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "fimserve"
3-
version = "0.1.2"
3+
version = "0.2.0"
44
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)."
55
authors = [{ name = "Supath Dhital", email = "sdhital@crimson.ua.edu" }]
66
maintainers = [{ name = "Supath Dhital", email = "sdhital@crimson.ua.edu" }]
@@ -10,20 +10,20 @@ requires-python = ">=3.10,<3.13"
1010
dependencies = [
1111
"teehr==0.5.0",
1212
"geemap>=0.35.1",
13-
"pyarrow>=15.0.2",
13+
"pyarrow>=20.0.0,<21",
1414
"numpy>=2.0.0",
1515
"netcdf4>=1.7.2",
1616
"fiona>=1.10.1",
1717
"utils>=1.0.2",
1818
"matplotlib>=3.9.2",
19-
"awscli>=1.42.0",
19+
"awscli>=1.43.5",
2020
"boto3>=1.40.0",
2121
"numba==0.60.0",
2222
"bottleneck>=1.3.6",
2323
"localtileserver>=0.10.5",
2424
"tqdm>=4.67.0",
2525
"scipy>=1.14.1",
26-
"aiohttp>=3.12.14",
26+
"aiohttp>=3.14.1",
2727
"scikit-learn>=1.5.2",
2828
"tabulate>=0.9.0",
2929
"nodejs-bin>=18.4.0a4",
@@ -40,7 +40,7 @@ dependencies = [
4040

4141
[project.optional-dependencies]
4242
dev = [
43-
"pytest>=8.3,<8.4",
43+
"pytest>=9.0.3",
4444
"sphinx<7.0",
4545
"sphinx-autobuild>=2024.10.3",
4646
"ruff>=0.15"

requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Base Dependencies
22
teehr==0.5.0
33
geemap>=0.35.1
4-
pyarrow>=15.0.2
4+
pyarrow>=20.0.0,<21
55
numpy>=2.0.0
66
netcdf4>=1.7.2
77
fiona>=1.10.1
@@ -14,7 +14,7 @@ bottleneck>=1.3.6
1414
localtileserver>=0.10.5
1515
tqdm>=4.67.0
1616
scipy>=1.14.1
17-
aiohttp>=3.12.14
17+
aiohttp>=3.14.1
1818
scikit-learn>=1.5.2
1919
tabulate>=0.9.0
2020
nodejs-bin>=18.4.0a4
@@ -25,10 +25,10 @@ jupyter>=1.1.1
2525
notebook>=6.5.7
2626
geocube<=0.7.1
2727
geopandas>=0.14.3
28-
fimeval>=0.1.56
28+
fimeval>=0.1.59
2929

3030
# Dev Dependencies
31-
pytest>=8.3,<8.4
31+
pytest>=9.0.3
3232
sphinx<7.0
3333
sphinx-autobuild>=2024.10.3
3434
black

0 commit comments

Comments
 (0)