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}: {
|
||||
default = pkgs.mkShell {
|
||||
packages = with pkgs;
|
||||
[python311 jupyter virtualenv]
|
||||
++ (with pkgs.python311Packages; [pip jupyter pandas numpy matplotlib plotnine]);
|
||||
[python311 virtualenv]
|
||||
++ (with pkgs.python311Packages; [pip requests jupyter pandas numpy matplotlib plotnine]);
|
||||
};
|
||||
});
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue