We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb1e99b commit a2dbd09Copy full SHA for a2dbd09
requirements-dev.txt
@@ -24,7 +24,7 @@ pytest-cov>=3.0.0
24
25
#extras (Note: in setup.cfg)
26
streamlit>=1.21.0
27
-streamlit-feedback==0.1.1
+streamlit-feedback==0.1.2
28
numpy>=1.21.6
29
pandas>=1.3.5
30
scikit-learn>=1.0.0,<1.1.0
setup.cfg
@@ -30,4 +30,4 @@ profile = black
31
# integrations
32
[options.extras_require]
33
-streamlit = streamlit>=1.20.0; streamlit-feedback==0.1.1
+streamlit = streamlit>=1.20.0; streamlit-feedback==0.1.2
0 commit comments