mach-nix/tests/test_pymc3.nix
2020-10-07 23:23:52 +07:00

6 lines
86 B
Nix

{ mach-nix, ... }:
mach-nix.mkPython {
requirements = ''
pymc3 == 3.9.3
'';
}