mirror of
https://github.com/qdrant/fastembed.git
synced 2026-07-23 19:30:50 -05:00
rollback dependency changes
This commit is contained in:
2
.github/workflows/python-tests.yml
vendored
2
.github/workflows/python-tests.yml
vendored
@@ -38,7 +38,7 @@ jobs:
|
||||
run: |
|
||||
python -m pip install poetry
|
||||
poetry config virtualenvs.create false
|
||||
poetry install --no-interaction --no-ansi --without dev
|
||||
poetry install --no-interaction --no-ansi
|
||||
- name: Run tests
|
||||
run: |
|
||||
export IS_UBUNTU_CI=$(test "${{ matrix.os }}" = "ubuntu-latest" && echo "true" || echo "false")
|
||||
|
||||
1613
poetry.lock
generated
1613
poetry.lock
generated
File diff suppressed because it is too large
Load Diff
@@ -33,10 +33,6 @@ mkdocstrings = "^0.22.0"
|
||||
pillow = "^10.0.0"
|
||||
cairosvg = "^2.7.1"
|
||||
mknotebooks = "^0.8.0"
|
||||
optimum = "1.15"
|
||||
sentence-transformers = "^2.2.2"
|
||||
python-dotenv = "^1.0.0"
|
||||
jupyter-nbextensions-configurator = "^0.6.3"
|
||||
pre-commit = { version = "^3.6.0", python = ">=3.9,<3.12" }
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user