docker build fails: streamlit 1.38.0 depends on watchdog<5

This commit is contained in:
Paul Gauthier 2024-08-28 12:16:51 -07:00
parent e1d4e81194
commit 02c18c0835
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
-c ../requirements.txt
streamlit
watchdog
watchdog<5 # docker build fails: streamlit 1.38.0 depends on watchdog<5

View file

@ -141,5 +141,5 @@ urllib3==2.2.2
# via
# -c requirements/../requirements.txt
# requests
watchdog==5.0.0
watchdog==4.0.2
# via -r requirements/requirements-browser.in