You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: requirements-common.txt
+1-1
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ pyzmq
26
26
msgspec
27
27
gguf == 0.10.0
28
28
importlib_metadata
29
-
mistral_common[opencv] >= 1.4.4
29
+
mistral_common[opencv] >= 1.5.0
30
30
pyyaml
31
31
six>=1.16.0; python_version > '3.11' # transitive dependency of pandas that needs to be the latest version for python 3.12
32
32
setuptools>=74.1.1; python_version > '3.11' # Setuptools is used by triton, we need to ensure a modern version is installed for 3.12+ so that it does not try to import distutils, which was removed in 3.12
0 commit comments