Skip to content

Commit

Permalink
Update requirements
Browse files Browse the repository at this point in the history
Define all packages that are imported directly, even if we know they'll be installed
  • Loading branch information
ines committed Dec 7, 2024
1 parent 412f50e commit e84650c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
spacy>=3.7.5
docling>=2.5.2
pandas
srsly
# Dev requirements
pytest
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ python_requires = >=3.10
install_requires =
spacy>=3.7.5
docling>=2.5.2
pandas
srsly

[bdist_wheel]
universal = true
Expand Down

0 comments on commit e84650c

Please sign in to comment.