-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
53 lines (40 loc) · 869 Bytes
/
requirements.txt
File metadata and controls
53 lines (40 loc) · 869 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
# Data Analysis with Chatbots - Python Dependencies
# Core Data Science Libraries
numpy>=1.24.0,<2.0
pandas>=2.0.0,<3.0
scipy>=1.10.0,<2.0
# Machine Learning
scikit-learn>=1.3.0,<2.0
# Natural Language Processing
nltk>=3.8.0,<4.0
# Data Visualization
matplotlib>=3.7.0,<4.0
seaborn>=0.12.0,<1.0
plotly>=5.14.0,<6.0
# Interactive Dashboards
streamlit>=1.28.0,<2.0
# Jupyter Notebooks
jupyter>=1.0.0,<2.0
ipykernel>=6.25.0,<7.0
ipywidgets>=8.1.0,<9.0
# Configuration Management
pyyaml>=6.0.0,<7.0
python-dotenv>=1.0.0,<2.0
# Logging and Monitoring
loguru>=0.7.0,<1.0
# Testing
pytest>=7.4.0,<8.0
pytest-cov>=4.1.0,<5.0
# Code Quality
black>=23.7.0,<25.0
flake8>=6.1.0,<7.0
isort>=5.12.0,<6.0
mypy>=1.8.0,<2.0
pylint>=3.0.0,<4.0
bandit>=1.7.0,<2.0
# Pre-commit
pre-commit>=3.6.0,<4.0
# Progress Bars
tqdm>=4.66.0,<5.0
# Kaggle Integration
kaggle>=1.5.16,<2.0