python3Packages.streamlit: 1.24.1 -> 1.26.0

This commit is contained in:
Samuel Ainsworth 2023-08-25 15:03:58 -07:00
parent 280efb9676
commit 38e03d3df5

View file

@ -18,10 +18,12 @@
, pympler
, python-dateutil
, pythonOlder
, pythonRelaxDepsHook
, requests
, rich
, tenacity
, toml
, tornado
, typing-extensions
, tzlocal
, validators
@ -30,16 +32,23 @@
buildPythonPackage rec {
pname = "streamlit";
version = "1.24.1";
version = "1.26.0";
format = "setuptools";
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version format;
hash = "sha256-/V8LZHmOlwY2RAj7WJt3WVMUpjFdE7LXULljx66X82I=";
hash = "sha256-JUdfsVo8yfsYSUXz/JNvARmYvYOG4MiS/r4UyWJb9Ho=";
};
nativeBuildInputs = [ pythonRelaxDepsHook ];
pythonRelaxDeps = [
"pillow"
"pydeck"
];
propagatedBuildInputs = [
altair
blinker
@ -60,6 +69,7 @@ buildPythonPackage rec {
rich
tenacity
toml
tornado
typing-extensions
tzlocal
validators