Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[RE-OPENED ELSEWHERE] HuggingFace support for Domain Classifier #138

Closed
wants to merge 20 commits into from
Closed
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Remove lxml installation (#140)
Signed-off-by: Ryan Wolf <rywolf@nvidia.com>
ryantwolf authored and sarahyurick committed Jul 23, 2024
commit 896f746f7fd5f44753f79d0520ae2502775b1dea
5 changes: 1 addition & 4 deletions setup.py
Original file line number Diff line number Diff line change
@@ -45,7 +45,7 @@
"awscli>=1.22.55",
"fasttext==0.9.2",
"pycld2==0.41",
"justext==3.0.0",
"justext==3.0.1",
"resiliparse",
"ftfy==6.1.1",
"warcio==1.7.4",
@@ -63,9 +63,6 @@
"nemo_toolkit[nlp]>=1.23.0",
"Cython",
"crossfit @ git+https://github.com/rapidsai/crossfit.git@0.0.2",
# justext installation breaks without lxml[html_clean]
# due to this: https://github.com/miso-belica/jusText/issues/47
"lxml[html_clean]",
# Numpy 2.0 breaks with spacy https://github.com/explosion/spaCy/issues/13528
# TODO: Remove when issue is fixed
"numpy<2",