qizz + panel

This commit is contained in:
5t4l1n
2025-07-28 00:15:37 +05:30
parent cbecb72cc9
commit efd6708e5a
43 changed files with 61721 additions and 6158 deletions
+43
View File
@@ -1,6 +1,7 @@
# Python 3.10 compatible versions
# Core ML and Data Science Libraries
<<<<<<< HEAD
tensorflow>=2.18.0
keras>=3.8.0
numpy>=1.26.0
@@ -57,6 +58,48 @@ python-dateutil>=2.9.0
scipy>=1.16.0
joblib>=1.5.1
threadpoolctl>=3.6.0
=======
tensorflow>=2.15.0,<2.18.0
keras>=2.15.0,<3.0.0
numpy>=1.24.0,<1.26.0
pandas>=2.0.0,<2.2.0
scikit-learn>=1.3.0,<1.6.0
# Text Processing
tensorflow-io-gcs-filesystem>=0.31.0
# Visualization
matplotlib>=3.7.0,<3.10.0
seaborn>=0.12.0,<0.13.0
# Data Handling
tqdm>=4.65.0
# Optional: If you want to download data from Kaggle
kaggle>=1.5.12
# Additional dependencies
h5py>=3.8.0
protobuf>=4.21.0,<5.0.0
absl-py>=1.4.0
astunparse>=1.6.3
gast>=0.4.0
google-pasta>=0.2.0
opt-einsum>=3.3.0
termcolor>=2.1.0
typing-extensions>=4.5.0
wrapt>=1.14.0
grpcio>=1.48.0,<2.0.0
tensorboard>=2.15.0,<2.18.0
# Date and Time
python-dateutil>=2.8.2
# For regularization and advanced features
scipy>=1.10.0,<1.16.0 # ← Fixed for Python 3.10
joblib>=1.2.0
threadpoolctl>=3.1.0
>>>>>>> 022bc42 (qizz + panel)
# Web frameworks
fastapi==0.104.1