mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-03-08 01:24:09 +01:00
python3Packages.streamlit: 1.53.1 -> 1.55.0 (#497567)
This commit is contained in:
commit
5ff885f4cd
2 changed files with 11 additions and 9 deletions
|
|
@ -1,23 +1,26 @@
|
|||
{
|
||||
lib,
|
||||
stdenv,
|
||||
buildPythonPackage,
|
||||
fetchFromGitHub,
|
||||
alembic,
|
||||
boto3,
|
||||
botorch,
|
||||
bottle,
|
||||
buildPythonPackage,
|
||||
cmaes,
|
||||
colorlog,
|
||||
fetchFromGitHub,
|
||||
httpx,
|
||||
moto,
|
||||
numpy,
|
||||
openai,
|
||||
optuna,
|
||||
packaging,
|
||||
plotly,
|
||||
pytestCheckHook,
|
||||
setuptools,
|
||||
respx,
|
||||
scikit-learn,
|
||||
scipy,
|
||||
setuptools,
|
||||
streamlit,
|
||||
tqdm,
|
||||
}:
|
||||
|
|
@ -53,8 +56,11 @@ buildPythonPackage rec {
|
|||
pytestCheckHook
|
||||
boto3
|
||||
botorch
|
||||
httpx
|
||||
moto
|
||||
openai
|
||||
plotly
|
||||
respx
|
||||
streamlit
|
||||
];
|
||||
|
||||
|
|
|
|||
|
|
@ -27,12 +27,12 @@
|
|||
|
||||
buildPythonPackage (finalAttrs: {
|
||||
pname = "streamlit";
|
||||
version = "1.53.1";
|
||||
version = "1.55.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchPypi {
|
||||
inherit (finalAttrs) pname version;
|
||||
hash = "sha256-rmVq87aLS7LWafqXdgYJbyAhvLqhSkVKKQ+OCje6snc=";
|
||||
hash = "sha256-AV5RK70C0AD0BH5REY3AhrcOfZxGtKEaM8JQlzE3liY=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
|
|
@ -66,10 +66,6 @@ buildPythonPackage (finalAttrs: {
|
|||
|
||||
pythonImportsCheck = [ "streamlit" ];
|
||||
|
||||
postInstall = ''
|
||||
rm $out/bin/streamlit.cmd # remove windows helper
|
||||
'';
|
||||
|
||||
meta = {
|
||||
homepage = "https://streamlit.io/";
|
||||
changelog = "https://github.com/streamlit/streamlit/releases/tag/${finalAttrs.version}";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue