Skip to content

Commit db3bd3f

Browse files
authored
Update requirements.txt
1 parent c13a13b commit db3bd3f

1 file changed

Lines changed: 4 additions & 55 deletions

File tree

requirements.txt

Lines changed: 4 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -1,55 +1,4 @@
1-
# Core Dependencies
2-
numpy>=1.21.0
3-
pandas>=1.3.0
4-
scikit-learn>=1.0.0
5-
scipy>=1.7.0
6-
7-
# NLP & Machine Learning
8-
torch>=1.9.0
9-
transformers>=4.12.0
10-
sentence-transformers>=2.2.0
11-
spacy>=3.2.0
12-
en_core_web_sm @ https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.2.0/en_core_web_sm-3.2.0.tar.gz
13-
14-
# Text Processing
15-
nltk>=3.6.0
16-
textblob>=0.15.0
17-
gensim>=4.0.0
18-
19-
# Dashboard & Visualization
20-
dash>=2.0.0
21-
dash-bootstrap-components>=1.0.0
22-
plotly>=5.3.0
23-
dash-core-components>=2.0.0
24-
dash-html-components>=2.0.0
25-
dash-table>=5.0.0
26-
27-
# API & Web
28-
requests>=2.26.0
29-
aiohttp>=3.8.0
30-
wikipedia-api>=0.5.4
31-
beautifulsoup4>=4.10.0
32-
33-
# Utilities
34-
python-dateutil>=2.8.2
35-
pytz>=2021.3
36-
tqdm>=4.62.0
37-
colorama>=0.4.4
38-
PyYAML>=6.0
39-
40-
# Testing & Development
41-
pytest>=6.2.5
42-
pytest-asyncio>=0.16.0
43-
pytest-cov>=3.0.0
44-
black>=21.12b0
45-
flake8>=4.0.0
46-
mypy>=0.910
47-
48-
# Performance
49-
ujson>=5.2.0
50-
joblib>=1.1.0
51-
psutil>=5.8.0
52-
53-
# Data Validation
54-
pydantic>=1.9.0
55-
marshmallow>=3.14.0
1+
echo "numpy>=1.21.0" > requirements.txt
2+
echo "pandas>=1.3.0" >> requirements.txt
3+
echo "pytest>=7.0.0" >> requirements.txt
4+
echo "pytest-cov>=4.0.0" >> requirements.txt

0 commit comments

Comments
 (0)