Skip to content

Commit 5568a62

Browse files
ci: Unlock numpy in ci (#504)
1 parent b34209d commit 5568a62

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/type-checkers.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ jobs:
2626
python -m pip install --upgrade pip poetry
2727
poetry install --no-interaction --no-ansi --without dev,docs,test
2828
29-
poetry run pip install "numpy<2.0.0" # https://github.com/python/mypy/issues/17396
30-
3129
- name: mypy
3230
run: |
3331
poetry run mypy fastembed \

0 commit comments

Comments
 (0)