Skip to content

Commit

Permalink
Correct version that was accidentally changed
Browse files Browse the repository at this point in the history
  • Loading branch information
casparvl committed Aug 28, 2024
1 parent 7af33b2 commit e4ec3d8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ builddependencies = [
dependencies = [
('Python', '3.11.5'),
('libxslt', '1.1.38'), # Required by lxml, which is installed by ReFrame's bootstrap installer
('libxml2', '2.11.4'), # Required by lxml, which is installed by ReFrame's bootstrap installer
('libxml2', '2.11.5'), # Required by lxml, which is installed by ReFrame's bootstrap installer
]

use_pip = True
Expand Down

0 comments on commit e4ec3d8

Please sign in to comment.