X Tutup
Skip to content
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion handling-pdf-files/pdf-signer/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
PDFNetPython3==8.1.0
pyOpenSSL==20.0.1
pyOpenSSL==26.0.0
2 changes: 1 addition & 1 deletion machine-learning/image-classifier/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
matplotlib
numpy
tensorflow==2.5.3
tensorflow==2.12.1
tensorflow_datasets
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ matplotlib
numpy
pandas
scikit_learn==1.0.2
torch==1.10.1
torch==2.8.0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pandas==1.1.5
mlxtend==0.14.0
numpy==1.19.5
numpy==2.4.3
seaborn==0.11.1
matplotlib==3.2.2
matplotlib-inline==0.1.3
Expand Down
4 changes: 2 additions & 2 deletions machine-learning/sift/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
opencv-contrib-python==3.4.2.16
opencv-python==3.4.2.16
opencv-contrib-python==4.8.1.78
opencv-python==4.8.1.78
numpy
X Tutup