c69c76e9c9
Chasing updated package versions is silly. We already have other tests to make sure the blueprints support version numbers there is no need to fail a test at the whim of an upstream repo.
12 lines
193 B
TOML
12 lines
193 B
TOML
name = "example-atlas"
|
|
description = "Automatically Tuned Linear Algebra Software"
|
|
version = "0.0.1"
|
|
|
|
[[modules]]
|
|
name = "atlas"
|
|
version = "*"
|
|
|
|
[[modules]]
|
|
name = "python3-numpy"
|
|
version = "*"
|