Ihorog commited on
Commit
041aa12
·
verified ·
1 Parent(s): 1dca03b

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +9 -26
requirements.txt CHANGED
@@ -1,28 +1,11 @@
1
- # Required Dependencies for the File Editor Project
2
-
3
- # General dependencies
4
- os
5
- subprocess
6
-
7
- # Web interface
8
- Gradio==3.6.0 # Ensure compatibility with the Gradio version used in the project
9
-
10
- # File and content processing
11
- json
12
- lxml==4.9.3 # For XML validation and processing
13
-
14
- # Optional but recommended dependencies for extension
15
- PyYAML==6.0 # For handling and validating YAML files
16
- pytest==7.4.0 # For adding test cases for project functions
17
-
18
- # Additional dependencies
19
- transformers==4.30.0 # For using Transformer models
20
- torch==2.0.1 # PyTorch for deep learning capabilities
21
- pydub==0.25.1 # For audio file manipulation
22
- python-docx==0.8.11 # For working with Microsoft Word files
23
- PyPDF2==3.0.0 # For PDF file processing
24
- pandas==2.0.3 # For data manipulation and analysis
25
-
26
- # Testing dependencies
27
  pytest
28
  pytest-mock
 
 
1
+ gradio
2
+ transformers
3
+ torch
4
+ pydub
5
+ python-docx
6
+ PyPDF2
7
+ pandas
8
+ lxml
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9
  pytest
10
  pytest-mock
11
+ PyYAML