fix: add numpy to regtests (neede for knn) (#1454)

Signed-off-by: Vladislav Oleshko <vlad@dragonflydb.io>
This commit is contained in:
Vladislav 2023-06-21 09:18:42 +03:00 committed by GitHub
parent a9d9b4935c
commit f25098bb98
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,3 +13,4 @@ wrapt==1.14.1
pytest-asyncio==0.20.1
pytest-repeat==0.9.1
pymemcache==4.0.0
numpy==1.24.3