Che237 commited on
Commit
c1c0b2d
·
verified ·
1 Parent(s): 924448a

Upload requirements.txt with huggingface_hub

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -0
requirements.txt CHANGED
@@ -22,6 +22,10 @@ google-generativeai>=0.8.0
22
  # Notebook execution
23
  nbformat>=5.10.0
24
  nbconvert>=7.16.0
 
 
 
 
25
 
26
  # Data handling
27
  datasets>=2.20.0
 
22
  # Notebook execution
23
  nbformat>=5.10.0
24
  nbconvert>=7.16.0
25
+ nest_asyncio>=1.6.0
26
+
27
+ # HTTP client for notebooks
28
+ httpx>=0.27.0
29
 
30
  # Data handling
31
  datasets>=2.20.0