Skip to content

Commit

Permalink
fix offending spacy version
Browse files Browse the repository at this point in the history
  • Loading branch information
iulusoy committed Oct 7, 2024
1 parent 3743793 commit e3fcdbf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ jobs:
run: |
# python -m pip install uv
pip install -e .
pip install tf-keras
# uv pip install --system -e .
- name: Run pytest test_colors
run: |
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ dependencies = [
"retina_face",
"ammico-lavis>=1.0.2.3",
"setuptools",
"spacy",
"spacy<=3.7.5",
"tensorflow>=2.13.0",
"torch<2.4.0",
"transformers",
Expand Down

0 comments on commit e3fcdbf

Please sign in to comment.