From 9655a0c080feb733c15e15ec03d639a33bcedfc0 Mon Sep 17 00:00:00 2001 From: Ruixin Song Date: Tue, 13 Aug 2024 13:28:44 -0300 Subject: [PATCH] Update pyproject.toml add SciPy to dependencies --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a4592b75..91c1d602 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"