-
Notifications
You must be signed in to change notification settings - Fork 814
Add regex to "install_requires" #1952
Conversation
osalpekar
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! I'm wondering how this escaped smoke tests?
malfet
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, but can we please get an ack from torchtext team that it is indeed the case. Also, why isn't there a torchdata dependency?
|
The dependency on regex is relatively recent, but yes I'm also confused as to how this escaped smoke tests. Looking into this now. Also, it looks like you might need to add
CC @Nayef211 for question about Torchdata. |
I'm pretty sure regex gets installed as a transitive dependency for the unittest workflows which might explain the discrepancy. Also the binary builds don't run smoke tests (like importing torchtext) so it's understandable how this wasn't caught. |
|
As well, why do we even need this dependency in the first place? Is the built-in cc @rshraga |
I'm not 100% sure why we didn't use
@malfet see #1702 where we tagged you guys in asking what the process would be to make torchdata a required dep. I believe there was also an internal chat thread about this but I'm not sure there was a resolution. |
Actually switching it to |
|
Closing in favor of #1953 |
Fixes #1951