computerscience-person commited on
Commit
609fabf
·
1 Parent(s): d2943b2

Fix dependency issue.

Browse files
Files changed (1) hide show
  1. requirements.txt +1 -1
requirements.txt CHANGED
@@ -34,7 +34,7 @@ requests==2.32.3
34
  rich==13.9.4
35
  rpds-py==0.22.3
36
  six==1.17.0
37
- smmap==6.0.0
38
  streamlit==1.41.1
39
  tenacity==9.0.0
40
  toml==0.10.2
 
34
  rich==13.9.4
35
  rpds-py==0.22.3
36
  six==1.17.0
37
+ smmap>=3.0.1
38
  streamlit==1.41.1
39
  tenacity==9.0.0
40
  toml==0.10.2