streamlit: init at 0.49.0

This commit is contained in:
Yurii Rashkovskii 2019-10-10 20:09:26 +07:00 committed by Jon
parent 874201a860
commit 2e52f98ddb
2 changed files with 36 additions and 0 deletions

View file

@ -0,0 +1,34 @@
{ lib, buildPythonApplication, fetchPypi
, altair, astor, base58, blinker, boto3, botocore, click, enum-compat
, future, pillow, protobuf, requests, toml, tornado, tzlocal, validators, watchdog
, jinja2, setuptools
}:
buildPythonApplication rec {
pname = "streamlit";
version = "0.49.0";
format = "wheel"; # the only distribution available
src = fetchPypi {
inherit pname version format;
sha256 = "1g12z93yh85vcgf3g9banshllr5fhz8i4f9llymcnk6mafvcsiv7";
};
propagatedBuildInputs = [
altair astor base58 blinker boto3 botocore click enum-compat
future pillow protobuf requests toml tornado tzlocal validators watchdog
jinja2 setuptools
];
postInstall = ''
rm $out/bin/streamlit.cmd # remove windows helper
'';
meta = with lib; {
homepage = https://streamlit.io/;
description = "The fastest way to build custom ML tools";
maintainers = with maintainers; [ yrashk ];
license = licenses.asl20;
};
}

View file

@ -22900,6 +22900,8 @@ in
ffmpeg = ffmpeg_2;
};
streamlit = python3Packages.callPackage ../applications/science/machine-learning/streamlit { };
stuntrally = callPackage ../games/stuntrally {
ogre = ogre1_9;
mygui = mygui.override {