karthikmn commited on
Commit
98d1c0a
·
verified ·
1 Parent(s): 2af32b5

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +1 -7
requirements.txt CHANGED
@@ -1,10 +1,4 @@
1
  fastapi==0.95.0 # FastAPI for creating REST APIs
2
  uvicorn==0.23.0 # ASGI server for FastAPI
3
- shutil # File handling utilities (part of Python Standard Library, no need to install)
4
- gitpython==3.1.31 # For interacting with Git repositories (if needed for your use case)
5
- gradio==3.30.1 # Gradio for creating web UIs if required
6
- numpy==1.23.4 # Required for numerical operations (especially for simulation tasks)
7
  pydantic==1.10.9 # For data validation and settings management
8
- protobuf==3.20.1 # Dependency for data serialization
9
- datasets==2.12.0 # Hugging Face datasets for managing datasets (if needed)
10
- huggingface-hub==0.19.0 # For integrating with Hugging Face services
 
1
  fastapi==0.95.0 # FastAPI for creating REST APIs
2
  uvicorn==0.23.0 # ASGI server for FastAPI
3
+ numpy==1.23.4 # Required for numerical operations
 
 
 
4
  pydantic==1.10.9 # For data validation and settings management