From 0ee2ead6c6f613f550a1b4ae82647b1f9e5b16eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=B3r=20Kapronczay?= Date: Wed, 11 Sep 2024 14:44:14 +0200 Subject: [PATCH] Update requirements.txt From `numpy==1.24` using `bool8` is deprecated. Fixed the `numpy` dependency to version `1.23.1` to avoid having issues with the use of `bool8`. --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 47de39c0e..41c3744dd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ torch>=1.10.0 -numpy>=1.17.2 +numpy==1.23.1 scipy>=1.6.0 hyperopt==0.2.5 pandas>=1.3.0 @@ -14,4 +14,4 @@ ray>=1.13.0, <=2.6.3 tabulate>=0.8.10 plotly>=4.0.0 texttable>=0.9.0 -psutil>=5.9.0 \ No newline at end of file +psutil>=5.9.0