Skip to content

Commit

Permalink
Update Triton-3.1.0-foss-2024a-CUDA-12.6.0.eb
Browse files Browse the repository at this point in the history
downgrade pybind11 dependency to v2.12.0
  • Loading branch information
ThomasHoffmann77 authored Dec 19, 2024
1 parent ff2b74f commit c9ba72c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ builddependencies = [
('Clang', '18.1.6_%s' % local_clang_commit[:7], versionsuffix),
('CMake', '3.29.3'),
('Ninja', '1.12.1'),
('pybind11', '2.13.6'),
('pybind11', '2.12.0'),
('poetry', '1.8.3'),
('nlohmann_json', '3.11.3'),
('googletest', '1.15.2'),
Expand Down

0 comments on commit c9ba72c

Please sign in to comment.