Spaces:
Running
Running
Merge pull request #112 from barun-saha/maintenance
Browse files- README.md +1 -1
- requirements.txt +1 -1
README.md
CHANGED
@@ -130,7 +130,7 @@ SlideDeck AI has won the 3rd Place in the [Llama 2 Hackathon with Clarifai](http
|
|
130 |
|
131 |
# Contributors
|
132 |
|
133 |
-
SlideDeck AI is glad to have the following community
|
134 |
- [Srinivasan Ragothaman](https://github.com/rsrini7): added OpenRouter support and API keys mapping from the `.env` file.
|
135 |
- [Aditya](https://github.com/AdiBak): added support for page range selection for PDF files.
|
136 |
|
|
|
130 |
|
131 |
# Contributors
|
132 |
|
133 |
+
SlideDeck AI is glad to have the following community contributions:
|
134 |
- [Srinivasan Ragothaman](https://github.com/rsrini7): added OpenRouter support and API keys mapping from the `.env` file.
|
135 |
- [Aditya](https://github.com/AdiBak): added support for page range selection for PDF files.
|
136 |
|
requirements.txt
CHANGED
@@ -31,7 +31,7 @@ numpy
|
|
31 |
scikit-learn~=1.5.1
|
32 |
|
33 |
certifi==2024.8.30
|
34 |
-
urllib3
|
35 |
|
36 |
anyio==4.4.0
|
37 |
|
|
|
31 |
scikit-learn~=1.5.1
|
32 |
|
33 |
certifi==2024.8.30
|
34 |
+
urllib3>=2.5.0
|
35 |
|
36 |
anyio==4.4.0
|
37 |
|