Skip to content

Commit

Permalink
build(deps): fix deps
Browse files Browse the repository at this point in the history
  • Loading branch information
amitkparekh committed Dec 1, 2023
1 parent 3cd86bc commit 6dc9f8d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,12 @@ typer = ">=0.4.0"
datasets = ">=2.2.2"
requests = ">=2.27.1"
pandas = ">=1.4.3"
emma-common = { git = "https://github.com/emma-heriot-watt/common" }
emma-common = { git = "https://github.com/emma-heriot-watt/common.git" }
faiss-cpu = ">=1.7.3"
torch = ">=1.11.0,!=1.13.0,<2"
spacy = "3.7.2"
en-core-web-sm = { url = "https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.7.1/en_core_web_sm-3.7.1-py3-none-any.whl" }
transformers = ">=4.35.2"
transformers = ">=4.18.0"

[tool.poetry.group.dev.dependencies]
wemake-python-styleguide = ">=0.16.1"
Expand Down

0 comments on commit 6dc9f8d

Please sign in to comment.