-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
38 lines (31 loc) · 811 Bytes
/
requirements.txt
File metadata and controls
38 lines (31 loc) · 811 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
# Core ML and Data Science Libraries
numpy>=1.21.0
pandas>=1.3.0
scikit-learn>=1.0.0
# Deep Learning and Advanced ML
tensorflow>=2.8.0
lightgbm>=3.3.0
prophet>=1.1.0
# Visualization and Analysis
matplotlib>=3.5.0
seaborn>=0.11.0
# Development and Testing
jupyter>=1.0.0
notebook>=6.4.0
pytest>=6.2.0
pytest-cov>=3.0.0
# Utilities
requests>=2.25.0
pyyaml>=6.0
jsonschema>=4.0.0
# Database Dependencies
# Note: IRIS Python packages will be available when connected to IRIS container
# intersystems-iris and related packages are not available on PyPI
# They are installed automatically within the IRIS container environment
# HTTP client for IRIS REST API fallback connectivity
# requests>=2.25.0 (already included above)
# Development dependencies
black>=22.0.0
flake8>=4.0.0
mypy>=0.910
pre-commit>=2.15.0