Dixing Xu commited on
Commit
215e4bb
·
unverified ·
1 Parent(s): 38f8249

fix: error on httpx version

Browse files
Files changed (2) hide show
  1. README.md +1 -0
  2. requirements.txt +1 -0
README.md CHANGED
@@ -7,6 +7,7 @@ sdk: streamlit
7
  sdk_version: 1.40.1
8
  app_file: app.py
9
  pinned: false
 
10
  ---
11
 
12
  <h1 align="center">AIDE: The Machine Learning Engineer Agent</h1>
 
7
  sdk_version: 1.40.1
8
  app_file: app.py
9
  pinned: false
10
+ python_version: "3.10.15"
11
  ---
12
 
13
  <h1 align="center">AIDE: The Machine Learning Engineer Agent</h1>
requirements.txt CHANGED
@@ -93,3 +93,4 @@ xlrd
93
  backoff
94
  streamlit==1.40.2
95
  python-dotenv
 
 
93
  backoff
94
  streamlit==1.40.2
95
  python-dotenv
96
+ httpx==0.27.2