Update requirements.txt
Browse files- requirements.txt +2 -5
requirements.txt
CHANGED
@@ -10,9 +10,6 @@ biopython>=1.79
|
|
10 |
python-dotenv>=1.0.0
|
11 |
requests>=2.31.0
|
12 |
spacy>=3.5.3
|
13 |
-
openai>=1.
|
14 |
altair>=5.1.0
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
|
|
10 |
python-dotenv>=1.0.0
|
11 |
requests>=2.31.0
|
12 |
spacy>=3.5.3
|
13 |
+
openai>=1.0.0
|
14 |
altair>=5.1.0
|
15 |
+
httpx>=0.24.0 # If using async features
|
|
|
|
|
|