Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions manual-testing-sandbox/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,33 +4,33 @@ pandas==1.3.3
scipy==1.7.1

# Web development
flask==2.0.2
flask==2.2.5
django==4.2.22

# Request handling
requests==2.26.0
requests==2.32.4
httpx==0.19.0

# Machine Learning
scikit-learn==0.24.2
tensorflow==2.6.0
scikit-learn==1.5.1
tensorflow==2.12.1

# Data visualization
matplotlib==3.4.3
seaborn==0.11.2
plotly==5.3.1

# Natural Language Processing
nltk==3.6.3
nltk==3.9.1
spacy==3.1.2

# Deep Learning
torch==2.6.0
keras==2.6.0
torch==2.7.1
keras==3.9.0

# Image processing
pillow==8.3.2
opencv-python==4.5.3.56
pillow==10.3.0
opencv-python==4.8.1.78

# Data handling and manipulation
beautifulsoup4==4.10.0
Expand All @@ -49,9 +49,9 @@ pytest==6.2.5
loguru==0.5.3

# Asynchronous Programming
aiohttp==3.7.4
aiohttp==3.11.0b0

# Others
jupyter==1.0.0
gunicorn==20.1.0
gunicorn==23.0.0
psycopg2==2.9.1