Files
uv/test/requirements/scispacy.in
Zanie Blue a70ee58ae1 Move test support files out of scripts/ into test/
(#17032)

It's been bothering me that we have a bunch of stub packages and such in
a `scripts` directory.
2025-12-09 10:06:05 -06:00

30 lines
575 B
Plaintext

# Source: https://github.com/allenai/scispacy/blob/0969c54d21e18a171fc90f1478392412e2c54894/requirements.in
numpy
scipy<1.11
spacy>=3.6.0,<3.7.0
spacy-lookups-data
pandas
requests>=2.0.0,<3.0.0
conllu
# Candidate generation and entity linking
joblib
scikit-learn>=0.20.3
# Required for testing.
pytest
pytest-cov
flake8
# black currently pinned because of a dependency issue with spacy, typer, and click
black
mypy
types-requests
types-setuptools
types-tabulate
# Required for releases.
twine
# required for the tests to run, or to use the custom sentence splitter
pysbd