ferras1 commited on
Commit
683f2a9
·
verified ·
1 Parent(s): ae7a494

add pytz to requirements.txt

Browse files

Was getting "Import of pytz is not allowed" until I explicitly added `pytz` to `requirements.txt` and restarted my HF Space

Files changed (1) hide show
  1. requirements.txt +1 -0
requirements.txt CHANGED
@@ -3,3 +3,4 @@ smolagents
3
  requests
4
  duckduckgo_search
5
  pandas
 
 
3
  requests
4
  duckduckgo_search
5
  pandas
6
+ pytz