forked from halaarar/SOORENA_2
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
37 lines (30 loc) · 1.01 KB
/
Copy pathrequirements.txt
File metadata and controls
37 lines (30 loc) · 1.01 KB
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
# SOORENA Prediction Pipeline - Python Dependencies
# For pip-only users (production deployment)
#
# NOTE: For development, use the conda environment (environment.yml) which includes
# additional packages for Jupyter notebooks and analysis. This file contains only
# the core dependencies needed to run the prediction pipeline in production.
# Core ML/NLP
torch>=2.0.0
transformers>=4.41.0
tokenizers>=0.15.0
safetensors>=0.4.0
# Data Processing
pandas>=2.2.0
numpy>=1.26.0
scikit-learn>=1.4.0
pyreadr>=0.5.0
openpyxl>=3.1.0 # For reading Excel files (external resources integration)
# Date parsing
python-dateutil>=2.8.0
# Text processing
regex>=2024.4.16
nltk>=3.9.0
# Progress bars
tqdm>=4.66.0
# HTTP requests for UniProt API
requests>=2.31.0
# Optional: For GPU support, install PyTorch with CUDA
# Visit: https://pytorch.org/get-started/locally/
# For CUDA 11.8: pip install torch --index-url https://download.pytorch.org/whl/cu118
# For CUDA 12.1: pip install torch --index-url https://download.pytorch.org/whl/cu121