about summary refs log tree commit diff
path: root/pkgs/applications/science/machine-learning/streamlit
diff options
context:
space:
mode:
authorJonathan Ringer <jonringer117@gmail.com>2020-09-15 11:19:26 -0700
committerJonathan Ringer <jonringer117@gmail.com>2020-09-15 11:19:26 -0700
commit07660b28bc74f2d0422731b60174cc16920a82a7 (patch)
tree9bddfbf77643a678adc218184ce3055d473c1d95 /pkgs/applications/science/machine-learning/streamlit
parent2003495474b512e377eafe379ed02d8c39d495cb (diff)
streamlit: fix build
Diffstat (limited to 'pkgs/applications/science/machine-learning/streamlit')
-rw-r--r--pkgs/applications/science/machine-learning/streamlit/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/science/machine-learning/streamlit/default.nix b/pkgs/applications/science/machine-learning/streamlit/default.nix
index 3856b8ec841ac..26b241ff0ada9 100644
--- a/pkgs/applications/science/machine-learning/streamlit/default.nix
+++ b/pkgs/applications/science/machine-learning/streamlit/default.nix
@@ -1,6 +1,6 @@
 {   lib, buildPythonApplication, fetchPypi
   , altair, astor, base58, blinker, boto3, botocore, click, enum-compat
-  , future, pillow, protobuf, requests, toml, tornado, tzlocal, validators, watchdog
+  , future, pillow, protobuf, requests, toml, tornado_5, tzlocal, validators, watchdog
   , jinja2, setuptools
 }:
 
@@ -16,7 +16,7 @@ buildPythonApplication rec {
 
   propagatedBuildInputs = [
     altair astor base58 blinker boto3 botocore click enum-compat
-    future pillow protobuf requests toml tornado tzlocal validators watchdog
+    future pillow protobuf requests toml tornado_5 tzlocal validators watchdog
     jinja2 setuptools
   ];