Skip to content

Commit

Permalink
Keep dependency versions together.
Browse files Browse the repository at this point in the history
  • Loading branch information
baldersheim committed Aug 17, 2024
1 parent 9024797 commit 3cbe3f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dist/vespa.spec
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
%global _vespa_gtest_version 1.14.0
%global _vespa_protobuf_version 5.26.1
%global _vespa_openblas_version 0.3.27
%global _vespa_llama_version 3.3.0
%global _use_vespa_abseil_cpp 1
%global _use_vespa_protobuf 1
%global _use_vespa_openblas 1
Expand Down Expand Up @@ -201,7 +202,7 @@ Requires: vespa-protobuf = %{_vespa_protobuf_version}
Requires: llvm-libs
%endif
Requires: vespa-onnxruntime = 1.18.0
Requires: vespa-jllama = 3.3.0
Requires: vespa-jllama = %{_vespa_llama_version}
Requires: vespa-openblas >= %{_vespa_openblas_version}

%description libs
Expand Down

0 comments on commit 3cbe3f6

Please sign in to comment.