Skip to content

teh/tompkgs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data science related nix packages

This is a collection of packages that are still a bit oo experimental to be folded into nixpkgs.

To test that they're still building run nix-build in this directory.

You can include the packages in another project by providing pkgs as an argument. E.g.

let
  pkgs = (import <nixpkgs> {}).pkgs;
  tompkgs = import <tompkgs> { inherit pkgs; };
propagatedBuildInputs = [
    numpy
    tompkgs.arctic
];

About

Nix package descriptions for doing data science

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published