33 buildPythonPackage rec {
38 disabled = pythonOlder "3.8";
41 inherit pname version;
42 hash = "sha256-zKBPbZWxS3vDfwyrrydQS4ava04a+Y1zrMgOzc+8xJI=";
49 propagatedBuildInputs = [
73 ] ++ lib.optionals (!stdenv.isDarwin) [
77 # pypi package does not include the tests, but cannot be built with fetchFromGitHub
80 pythonImportsCheck = [
85 rm $out/bin/streamlit.cmd # remove windows helper
89 homepage = "https://streamlit.io/";
90 changelog = "https://github.com/streamlit/streamlit/releases/tag/${version}";
91 description = "The fastest way to build custom ML tools";
92 maintainers = with maintainers; [ natsukium yrashk ];
93 license = licenses.asl20;