diff --git a/backends/python/server/requirements.txt b/backends/python/server/requirements.txt index 419c57a9..96fc943a 100644 --- a/backends/python/server/requirements.txt +++ b/backends/python/server/requirements.txt @@ -76,3 +76,4 @@ wrapt==1.15.0 ; python_version >= "3.9" and python_version < "3.13" xxhash==3.4.1 ; python_version >= "3.9" and python_version < "3.13" yarl==1.9.4 ; python_version >= "3.9" and python_version < "3.13" zipp==3.18.1 ; python_version >= "3.9" and python_version < "3.13" +einops==0.8.0 ; python_version >= "3.9" and python_version < "3.13"