vllm: unpin from python 3.12 (#490322)
This commit is contained in:
@@ -7716,9 +7716,7 @@ with pkgs;
|
||||
hdf5 = hdf5.override { usev110Api = true; };
|
||||
};
|
||||
|
||||
# Temporarily use python 3.12
|
||||
# See: https://github.com/vllm-project/vllm/issues/12083
|
||||
vllm = with python312Packages; toPythonApplication vllm;
|
||||
vllm = with python3Packages; toPythonApplication vllm;
|
||||
|
||||
vte-gtk4 = vte.override {
|
||||
gtkVersion = "4";
|
||||
|
||||
Reference in New Issue
Block a user