Skip to content

Commit aacf1c2

Browse files
authored
Merge pull request #11 from KanonKC/dev
Update requirements (For predictor)
2 parents 644a173 + f3f81e4 commit aacf1c2

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

requirements.txt

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,26 @@ django-cors-headers==3.13.0
88
django-environ==0.9.0
99
django-filter==22.1
1010
djangorestframework==3.13.1
11-
djangorestframework-jwt==1.11.0
11+
djangorestframework-jwt==1.11.0
1212
djangorestframework-simplejwt==5.2.2
1313
environ==1.0
1414
idna==3.4
15+
joblib==1.3.2
16+
numpy==1.26.3
17+
pandas==2.2.0
1518
Pillow==9.4.0
1619
psycopg2==2.9.5
1720
pycparser==2.21
1821
PyJWT==1.7.1
22+
python-dateutil==2.8.2
1923
python-decouple==3.8
2024
pytz==2022.6
2125
regex==2023.8.8
2226
requests==2.28.1
27+
scikit-learn==1.2.2
28+
scipy==1.12.0
29+
six==1.16.0
2330
sqlparse==0.4.3
24-
tzdata==2022.6
31+
threadpoolctl==3.2.0
32+
tzdata==2023.4
2533
urllib3==1.26.12

0 commit comments

Comments
 (0)