mach-nix/tests/test_pymc3.nix

11 lines
122 B
Nix
Raw Normal View History

{
mach-nix ? import ../. {},
...
}:
with builtins;
2020-10-07 16:23:52 +00:00
mach-nix.mkPython {
requirements = ''
pymc3 == 3.9.3
'';
}