From 6625e529d137679c6af94d2fdd5107459ffc7c3b Mon Sep 17 00:00:00 2001 From: Inga Ulusoy Date: Mon, 7 Oct 2024 08:06:00 +0200 Subject: [PATCH] try with a few others --- .github/workflows/ci.yml | 2 +- pyproject.toml | 22 ---------------------- 2 files changed, 1 insertion(+), 23 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d0c9d043..90486eee 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,7 +36,7 @@ jobs: sudo apt-get install libopenblas-dev - name: Install dependencies run: | - pip install scipy + pip install -e . # python -m pip install uv # uv pip install --system -e . # - name: Run pytest test_colors diff --git a/pyproject.toml b/pyproject.toml index 6d3fd33b..4768d1c5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,41 +22,19 @@ classifiers = [ ] dependencies = [ - "bertopic<=0.14.1", - "dash>=2.11.0", - "datasets", - "deepface<=0.0.92", - "googletrans==4.0.0rc1", - "google-cloud-vision", - "grpcio", - "importlib_metadata", - "importlib_resources", "ipython", "jupyter", - "jupyter_dash", "matplotlib", "numpy<=1.23.4", "pandas", - "Pillow", - "pooch", - "protobuf", "pytest", "pytest-cov", - "Requests", - "retina_face", "ammico-lavis>=1.0.2.3", "setuptools", - "spacy", "tensorflow>=2.13.0", "torch<2.4.0", "transformers", - "google-cloud-vision", - "dash_bootstrap_components", - "colorgram.py", - "webcolors>1.13", - "colour-science", "scikit-learn>1.3.0", - "tqdm" ] [project.scripts]