ports/www/py-dash/files/patch-requirements-install.txt
Po-Chuan Hsieh fba7925ed0
www/py-dash: Add py-dash 2.18.2
Dash is the most downloaded, trusted Python framework for building ML & data
science web apps.

Built on top of Plotly.js, React and Flask, Dash ties modern UI elements like
dropdowns, sliders, and graphs directly to your analytical Python code.
2024-11-21 21:37:52 +08:00

14 lines
312 B
Plaintext

--- requirements/install.txt.orig 2024-09-09 21:47:15 UTC
+++ requirements/install.txt
@@ -1,9 +1,6 @@ Flask>=1.0.4,<3.1
Flask>=1.0.4,<3.1
-Werkzeug<3.1
+Werkzeug
plotly>=5.0.0
-dash_html_components==2.0.0
-dash_core_components==2.0.0
-dash_table==5.0.0
importlib-metadata
typing_extensions>=4.1.1
requests