Skip to content

Commit

Permalink
use archspec 0.2.5 as build dependency to support recent CPUs
Browse files Browse the repository at this point in the history
  • Loading branch information
bedroge committed Jan 29, 2025
1 parent d261157 commit a534343
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ checksums = [
builddependencies = [
('CMake', '3.26.3'),
('pkgconf', '1.9.5'),
('archspec', '0.2.1'),
('archspec', '0.2.5'),
]
dependencies = [
('CUDA', '12.1.1', '', SYSTEM),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ checksums = [
builddependencies = [
('CMake', '3.26.3'),
('pkgconf', '1.9.5'),
('archspec', '0.2.1'),
('archspec', '0.2.5'),
]
dependencies = [
('Python', '3.11.3'),
Expand Down

0 comments on commit a534343

Please sign in to comment.