Skip to content

Commit

Permalink
Swap spacy from using a git dependency in poetry to pypi (#814)
Browse files Browse the repository at this point in the history
The version is moving from 3.7.5 to 3.7.6, I think by pulling in master
before we were basically in the same place.
  • Loading branch information
kevinschaper authored Sep 17, 2024
1 parent 82ee749 commit 510a4a1
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 17 deletions.
43 changes: 29 additions & 14 deletions backend/poetry.lock

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

4 changes: 1 addition & 3 deletions backend/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,18 +23,16 @@ bioregistry = "^0.10.57"
oaklib = ">=0.6.6"

docker = "^7.1.0"
# fastapi = "^0.111.0"
fastapi = "^0.103.1"
gunicorn = "^22.0.0"
loguru = "*"
pystow = ">=0.5.4"
requests = "^2.31.0"
rich = "*"
# typer = "^0.12"
typer = "^0.7.0"
typer-cli = "^0.0.13"
spacy = { git = "https://github.com/explosion/spaCy.git", branch = "master" }
beautifulsoup4 = "^4.12.3"
spacy = "^3.7.6"

[tool.poetry.dependencies.en_core_sci_sm]
url = "https://s3-us-west-2.amazonaws.com/ai2-s2-scispacy/releases/v0.5.4/en_core_sci_sm-0.5.4.tar.gz"
Expand Down

0 comments on commit 510a4a1

Please sign in to comment.