streamlit: manage as python-modules

This commit is contained in:
natsukium
2023-08-06 22:55:01 +09:00
parent acb3384672
commit edc5d13ef3
3 changed files with 6 additions and 4 deletions
@@ -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";
+2 -2
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
+2
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 { };