awacke1 commited on
Commit
054cfa3
·
verified ·
1 Parent(s): 96d7e87

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +1 -42
requirements.txt CHANGED
@@ -1,46 +1,5 @@
1
- # Core dependencies
2
  gradio>=4.19.2
3
- torch>=2.2.0
4
- transformers>=4.37.2
5
- diffusers>=0.25.0
6
- pillow>=10.2.0
7
- numpy>=1.24.0
8
- moviepy>=1.0.3
9
- nltk>=3.8.1
10
- pydub>=0.25.1
11
  edge-tts>=6.1.9
12
  gradio-client>=0.10.1
13
-
14
- # Azure and GitHub integration
15
- azure-cosmos>=4.5.1
16
- PyGithub>=2.1.1
17
- GitPython>=3.1.40
18
-
19
- # File handling and utilities
20
- python-dateutil>=2.8.2
21
  pytz>=2024.1
22
- asyncio>=3.4.3
23
-
24
- # Audio processing
25
- soundfile>=0.12.1
26
- librosa>=0.10.1
27
-
28
- # Optional - CUDA support for GPU acceleration
29
- cuda-python>=12.3.0 # Uncomment if using CUDA
30
-
31
- # Development dependencies
32
- black>=24.1.1 # for code formatting
33
- pylint>=3.0.3 # for code linting
34
- pytest>=8.0.0 # for testing
35
-
36
- # Additional dependencies for enhanced features
37
- anthropic>=0.18.1 # for Claude integration
38
- streamlit>=1.31.1 # if keeping any streamlit features
39
- pandas>=2.2.0 # for data handling
40
-
41
- # Security
42
- python-dotenv>=1.0.0 # for environment variable management
43
- cryptography>=42.0.2 # for secure operations
44
-
45
- # Optional - Performance monitoring
46
- psutil>=5.9.8 # for system resource monitoring
 
 
1
  gradio>=4.19.2
 
 
 
 
 
 
 
 
2
  edge-tts>=6.1.9
3
  gradio-client>=0.10.1
 
 
 
 
 
 
 
 
4
  pytz>=2024.1
5
+ python-dateutil>=2.8.2