Skip to content

Commit

Permalink
build(critical): 🚑 fix dateparser/regex issue
Browse files Browse the repository at this point in the history
Introduced by version bump in regex
Related to scrapinghub/dateparser#1045
  • Loading branch information
bdura committed Mar 16, 2022
1 parent 467b9c2 commit e64756b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Expand Up @@ -3,6 +3,7 @@ decorator
loguru
numpy
pandas>=1.1
regex<=2022.3.2 # due to dateparser bug issue 1045
scikit-learn>=1.0.0
spacy>=3.1<4.0.0
tqdm

0 comments on commit e64756b

Please sign in to comment.