Skip to content

Commit

Permalink
Add comments to requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
ines committed Dec 7, 2024
1 parent e84650c commit e7631f9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
spacy>=3.7.5
docling>=2.5.2
pandas
srsly
pandas # version range set by Docling
srsly # version range set by spaCy
# Dev requirements
pytest
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ python_requires = >=3.10
install_requires =
spacy>=3.7.5
docling>=2.5.2
pandas
srsly
pandas # version range set by Docling
srsly # version range set by spaCy

[bdist_wheel]
universal = true
Expand Down

0 comments on commit e7631f9

Please sign in to comment.