We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fa7260 commit e8fb3c3Copy full SHA for e8fb3c3
1 file changed
bionemo-recipes/recipes/evo2_megatron/pyproject.toml
@@ -36,7 +36,9 @@ dependencies = [
36
]
37
38
[project.optional-dependencies]
39
-test = []
+test = [
40
+ "pytest>=8.0",
41
+]
42
43
[project.scripts]
44
torchrun = "torch.distributed.run:main"
0 commit comments