Import dependencies
This commit is contained in:
parent
e26729d6e3
commit
c7d38c4a7c
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
data
|
0
docs/.gitkeep
Normal file
0
docs/.gitkeep
Normal file
@ -1,9 +1,12 @@
|
||||
{ pkgs ? import <nixpkgs> {} }:
|
||||
{ pkgs ? import <nixpkgs> { } }:
|
||||
|
||||
with pkgs;
|
||||
|
||||
mkShell {
|
||||
buildInputs = [
|
||||
|
||||
python39
|
||||
python39Packages.numpy
|
||||
python39Packages.pandas
|
||||
python39Packages.XlsxWriter
|
||||
];
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user