This seems to fix it, must have missed the requests requirement
This commit is contained in:
parent
0035ccfff6
commit
352b7a0e17
|
@ -17,8 +17,8 @@
|
||||||
devShells = forEachSupportedSystem ({pkgs}: {
|
devShells = forEachSupportedSystem ({pkgs}: {
|
||||||
default = pkgs.mkShell {
|
default = pkgs.mkShell {
|
||||||
packages = with pkgs;
|
packages = with pkgs;
|
||||||
[python311 jupyter virtualenv]
|
[python311 virtualenv]
|
||||||
++ (with pkgs.python311Packages; [pip jupyter pandas numpy matplotlib plotnine]);
|
++ (with pkgs.python311Packages; [pip requests jupyter pandas numpy matplotlib plotnine]);
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue