python3Packages.imap-tools: init at 0.37.0

This commit is contained in:
Robert Schütz
2021-01-31 14:07:35 +01:00
parent 44c8df7e2a
commit 26a5eeab4b
2 changed files with 44 additions and 0 deletions

View File

@@ -3102,6 +3102,8 @@ in {
imaplib2 = callPackage ../development/python-modules/imaplib2 { };
imap-tools = callPackage ../development/python-modules/imap-tools { };
imbalanced-learn = if isPy27 then
callPackage ../development/python-modules/imbalanced-learn/0.4.nix { }
else