dtyago commited on
Commit
25be447
1 Parent(s): 9697624

Resolve some dependencies

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -3
requirements.txt CHANGED
@@ -1,13 +1,13 @@
1
- fastapi==0.74.* # Core framework for building APIs.
2
  uvicorn[standard]==0.18.3 # ASGI server for FastAPI, supports live reloading.
3
- requests==2.27.* # For making HTTP requests, if needed by your app.
4
  torch==1.11.* # PyTorch, for handling deep learning models.
5
  transformers==4.* # From Hugging Face, for working with pre-trained LLMs.
6
  sentencepiece==0.1.* # For chat text processing
7
  mtcnn==0.1.1 # For face detection in images.
8
  python-jose[cryptography]==3.3.* # For creating, parsing, and verifying JWT tokens.
9
  python-multipart==0.0.5 # Necessary for form data handling, including file uploads.
10
- numpy==1.22.* # Fundamental package for scientific computing.
11
  chromadb==0.4.22 # Vector database interaction libraries.
12
  keras-facenet==0.3.2 # For face recognition and embedding, used alongside MTCNN.
13
  jinja2==3.0.* # For Admin site redndering
 
1
+ fastapi==0.95.2 # Core framework for building APIs.
2
  uvicorn[standard]==0.18.3 # ASGI server for FastAPI, supports live reloading.
3
+ requests==2.28.* # For making HTTP requests, if needed by your app.
4
  torch==1.11.* # PyTorch, for handling deep learning models.
5
  transformers==4.* # From Hugging Face, for working with pre-trained LLMs.
6
  sentencepiece==0.1.* # For chat text processing
7
  mtcnn==0.1.1 # For face detection in images.
8
  python-jose[cryptography]==3.3.* # For creating, parsing, and verifying JWT tokens.
9
  python-multipart==0.0.5 # Necessary for form data handling, including file uploads.
10
+ numpy # Fundamental package for scientific computing.
11
  chromadb==0.4.22 # Vector database interaction libraries.
12
  keras-facenet==0.3.2 # For face recognition and embedding, used alongside MTCNN.
13
  jinja2==3.0.* # For Admin site redndering