mirror of
https://github.com/PlatypusPus/MushroomEmpire.git
synced 2026-02-07 22:18:59 +00:00
Merge pull request #3 from dionjoshualobo/main
Updated gitignore and requirements
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -5,6 +5,7 @@ __pycache__/
|
|||||||
*.so
|
*.so
|
||||||
.Python
|
.Python
|
||||||
build/
|
build/
|
||||||
|
output
|
||||||
develop-eggs/
|
develop-eggs/
|
||||||
dist/
|
dist/
|
||||||
downloads/
|
downloads/
|
||||||
|
|||||||
@@ -4,3 +4,9 @@ numpy>=1.24.0
|
|||||||
scikit-learn>=1.3.0
|
scikit-learn>=1.3.0
|
||||||
python-dateutil>=2.8.0
|
python-dateutil>=2.8.0
|
||||||
setuptools>=65.0.0
|
setuptools>=65.0.0
|
||||||
|
|
||||||
|
# PII Detection and Anonymization (for cleaning.py)
|
||||||
|
presidio-analyzer>=2.2.0
|
||||||
|
presidio-anonymizer>=2.2.0
|
||||||
|
spacy>=3.7.0
|
||||||
|
# Download spaCy model with: python -m spacy download en_core_web_sm
|
||||||
Reference in New Issue
Block a user