mirror of
https://gitlab.gwdg.de/j.hahn02/university.git
synced 2026-01-01 14:54:25 -05:00
weekend w 17
This commit is contained in:
18
S2/AnaMech/other/shell.nix
Normal file
18
S2/AnaMech/other/shell.nix
Normal file
@@ -0,0 +1,18 @@
|
||||
let
|
||||
pkgs = import <nixpkgs> {};
|
||||
in pkgs.mkShell {
|
||||
packages = [
|
||||
(pkgs.python3.withPackages (python-pkgs: with python-pkgs; [
|
||||
pandas
|
||||
numpy
|
||||
seaborn
|
||||
matplotlib
|
||||
setuptools
|
||||
scipy
|
||||
uncertainties
|
||||
pillow
|
||||
sympy
|
||||
requests
|
||||
]))
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user