fix: update .gitignore and requirements.txt for Python version compatibility and correct package names
Browse files- .gitignore +1 -0
- requirements.txt +1 -1
.gitignore
CHANGED
|
@@ -5,4 +5,5 @@
|
|
| 5 |
./models/*
|
| 6 |
forensics/__pycache__/*
|
| 7 |
*.cpython-311.pyc
|
|
|
|
| 8 |
test.ipynb
|
|
|
|
| 5 |
./models/*
|
| 6 |
forensics/__pycache__/*
|
| 7 |
*.cpython-311.pyc
|
| 8 |
+
*.cpython-312.pyc
|
| 9 |
test.ipynb
|
requirements.txt
CHANGED
|
@@ -13,5 +13,5 @@ tf-keras
|
|
| 13 |
PyWavelets
|
| 14 |
pyexiftool
|
| 15 |
psutil
|
| 16 |
-
|
| 17 |
PillowPillow
|
|
|
|
| 13 |
PyWavelets
|
| 14 |
pyexiftool
|
| 15 |
psutil
|
| 16 |
+
datasets
|
| 17 |
PillowPillow
|