34 buildPythonPackage rec {
39 disabled = pythonOlder "3.8";
42 inherit pname version;
43 hash = "sha256-/vneeYPE7mXAjoVgfX/8y1awBIKxBB+mL5DkgV053zo=";
79 ] ++ lib.optionals (!stdenv.hostPlatform.isDarwin) [ watchdog ];
81 # pypi package does not include the tests, but cannot be built with fetchFromGitHub
84 pythonImportsCheck = [ "streamlit" ];
87 rm $out/bin/streamlit.cmd # remove windows helper
91 homepage = "https://streamlit.io/";
92 changelog = "https://github.com/streamlit/streamlit/releases/tag/${version}";
93 description = "Fastest way to build custom ML tools";
94 mainProgram = "streamlit";
95 maintainers = with maintainers; [
99 license = licenses.asl20;