Skip to content

Commit

Permalink
Merge branch 'master' into fix/issue-84
Browse files Browse the repository at this point in the history
  • Loading branch information
tsuzzy authored Aug 13, 2024
2 parents 5b79b8c + 9655a0c commit a580fea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ requires-dist = [ "maturin>=1.0", "numpy", "wheel", ]
dependencies = [
"MarkupSafe", "flask", "packaging", "pillow", "requests", "selenium", "shapely",
"python-dateutil", "orjson", "websockets","beautifulsoup4", "pyproj", "py7zr",
"toml", "tqdm", "numpy", "webdriver-manager", "psycopg", "psycopg[binary]",
"toml", "tqdm", "numpy", "webdriver-manager", "psycopg", "psycopg[binary]", "scipy",
]
zip-safe = false
version = "1.7.3"
Expand Down

0 comments on commit a580fea

Please sign in to comment.