rollback dependency changes

This commit is contained in:
generall
2024-02-05 15:12:32 +01:00
parent 683fb1a6df
commit da16752e57
3 changed files with 12 additions and 1607 deletions

View File

@@ -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

File diff suppressed because it is too large Load Diff

View File

@@ -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" }