streamlit: manage as python-modules

This commit is contained in:
natsukium 2023-07-10 12:05:54 +09:00
parent acb3384672
commit edc5d13ef3
No known key found for this signature in database
GPG Key ID: 9EA45A31DB994C53
3 changed files with 6 additions and 4 deletions

View File

@ -1,7 +1,7 @@
{ lib
, altair
, blinker
, buildPythonApplication
, buildPythonPackage
, cachetools
, click
, fetchPypi
@ -25,7 +25,7 @@
, watchdog
}:
buildPythonApplication rec {
buildPythonPackage rec {
pname = "streamlit";
version = "1.24.0";
format = "setuptools";

View File

@ -38022,8 +38022,6 @@ with pkgs;
stone-kingdoms = callPackage ../games/stone-kingdoms { };
streamlit = python3Packages.callPackage ../applications/science/machine-learning/streamlit { };
stt = callPackage ../tools/audio/stt { };
stuntrally = callPackage ../games/stuntrally
@ -38758,6 +38756,8 @@ with pkgs;
sc2-headless = callPackage ../applications/science/machine-learning/sc2-headless { };
streamlit = with python3Packages; toPythonApplication streamlit;
uarmsolver = callPackage ../applications/science/machine-learning/uarmsolver { };
### SCIENCE/MATH

View File

@ -12170,6 +12170,8 @@ self: super: with self; {
streamlabswater = callPackage ../development/python-modules/streamlabswater { };
streamlit = callPackage ../development/python-modules/streamlit { };
streamz = callPackage ../development/python-modules/streamz { };
strenum = callPackage ../development/python-modules/strenum { };