diff --git a/API/oursin.egg-info/requires.txt b/API/oursin.egg-info/requires.txt index d1e530a6..3adaad91 100644 --- a/API/oursin.egg-info/requires.txt +++ b/API/oursin.egg-info/requires.txt @@ -1,3 +1,3 @@ python-socketio[client]<5.10,>=5.8 -numpy<1.26.0,>=1.24.3 +numpy>=1.24.3,<1.27.0 Pillow<10.1,>=9.5 diff --git a/API/pyproject.toml b/API/pyproject.toml index ad7b1119..59fad26e 100644 --- a/API/pyproject.toml +++ b/API/pyproject.toml @@ -20,7 +20,7 @@ classifiers = [ ] dependencies = [ "python-socketio[client] >= 5.8,< 5.10", - "numpy >= 1.24.3,< 1.26.0", + "numpy >= 1.24.3,< 1.27.0", "Pillow >= 9.5,< 10.1" ]