Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions requirements/analyzer.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Used by the keyword/topic analyzer
beautifulsoup4
textacy
markdownify >= 1.2.0
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why are we defining a lower bound here?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I tested with this version and have no idea if there were changes before this version.


# Must pin to a version compatible with the spacy-model below
spacy[transformers] >=3.8.7,< 4.0
Expand Down
7 changes: 6 additions & 1 deletion requirements/analyzer.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ azure-storage-blob==12.26.0
babel==2.17.0
# via courlan
beautifulsoup4==4.13.5
# via -r analyzer.in
# via
# -r analyzer.in
# markdownify
blis==1.2.1
# via thinc
boto3==1.40.39
Expand Down Expand Up @@ -176,6 +178,8 @@ marisa-trie==1.3.1
# via language-data
markdown-it-py==4.0.0
# via rich
markdownify==1.2.0
# via -r analyzer.in
markupsafe==3.0.2
# via jinja2
mdurl==0.1.2
Expand Down Expand Up @@ -345,6 +349,7 @@ six==1.17.0
# via
# azure-core
# langdetect
# markdownify
# python-dateutil
smart-open==7.3.1
# via weasel
Expand Down