Skip to content

Commit

Permalink
try with a few others
Browse files Browse the repository at this point in the history
  • Loading branch information
iulusoy committed Oct 7, 2024
1 parent 3056f90 commit 6625e52
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 23 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
22 changes: 0 additions & 22 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 6625e52

Please sign in to comment.