Skip to content

Commit 50f179c

Browse files
committed
Check
1 parent 0317bea commit 50f179c

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

dateparser/custom_language_detection/fasttext_wrapper.py

-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ def check(entry):
2727
else:
2828
probs, labels = ([], ())
2929

30-
# Use np.asarray instead of np.array with copy=False
3130
return labels, np.asarray(probs)
3231

3332

tests/requirements.txt

-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@ flake8
22
parameterized
33
pytest
44
pytest-cov
5-
numpy<2.0

0 commit comments

Comments
 (0)