Skip to content

Commit 4cb8530

Browse files
update evaluation modules, changes paths and versioning for PyPI
2 parents a1d9398 + c64b491 commit 4cb8530

5 files changed

Lines changed: 44 additions & 437 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[project]
22
name = "fimserve"
33
version = "0.1.88"
4+
version = "0.1.89"
45
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)."
56
authors = [{ name = "Supath Dhital", email = "sdhital@crimson.ua.edu" }]
67
maintainers = [{ name = "Supath Dhital", email = "sdhital@crimson.ua.edu" }]
@@ -18,12 +19,13 @@ dependencies = [
1819
"matplotlib>=3.9.2",
1920
"awscli>=1.42.0",
2021
"boto3>=1.40.0",
21-
"numba>=0.60.0",
22+
"numba==0.60.0",
2223
"bottleneck>=1.3.6",
2324
"localtileserver>=0.10.5",
2425
"tqdm>=4.67.0",
2526
"scipy>=1.14.1",
2627
"aiohttp>=3.12.14",
28+
"aiohttp>=3.12.14",
2729
"scikit-learn>=1.5.2",
2830
"tabulate>=0.9.0",
2931
"nodejs-bin>=18.4.0a4",

0 commit comments

Comments
 (0)