Some type attack calculations

This commit is contained in:
Lillian Violet 2024-03-07 15:31:20 +01:00
parent 2e9f7975d1
commit 4dade4637a
4 changed files with 243 additions and 3 deletions

View file

@ -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]);
};
});