Some type attack calculations
This commit is contained in:
parent
2e9f7975d1
commit
4dade4637a
4 changed files with 243 additions and 3 deletions
|
|
@ -17,7 +17,7 @@
|
|||
devShells = forEachSupportedSystem ({pkgs}: {
|
||||
default = pkgs.mkShell {
|
||||
packages = with pkgs;
|
||||
[python311 virtualenv]
|
||||
[python311 virtualenv julia]
|
||||
++ (with pkgs.python311Packages; [pip requests jupyter pandas numpy matplotlib plotnine polars pyarrow]);
|
||||
};
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue