mirror of
https://github.com/PlatypusPus/MushroomEmpire.git
synced 2026-02-07 22:18:59 +00:00
105 lines
2.0 KiB
Plaintext
105 lines
2.0 KiB
Plaintext
# Core dependencies
|
|
pandas>=2.0.0
|
|
numpy>=1.24.0
|
|
scikit-learn>=1.3.0
|
|
python-dateutil>=2.8.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
|
|
|
|
# FastAPI Backend
|
|
fastapi>=0.109.0
|
|
uvicorn[standard]>=0.27.0
|
|
python-multipart>=0.0.6
|
|
|
|
# Optional: GPU Support (uncomment if you have CUDA)
|
|
# torch>=2.0.0 --index-url https://download.pytorch.org/whl/cu121
|
|
|
|
# Chatbot (WIP - not exposed in API yet)
|
|
gpt4all>=2.0.0
|
|
annotated-types==0.7.0
|
|
anyio==4.11.0
|
|
blis==1.3.0
|
|
catalogue==2.0.10
|
|
certifi==2025.10.5
|
|
cffi==2.0.0
|
|
charset-normalizer==3.4.4
|
|
click==8.3.0
|
|
cloudpathlib==0.23.0
|
|
confection==0.1.5
|
|
cryptography==44.0.3
|
|
cymem==2.0.11
|
|
download==0.3.5
|
|
en_core_web_sm @ https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.8.0/en_core_web_sm-3.8.0-py3-none-any.whl
|
|
exceptiongroup==1.3.0
|
|
fastapi==0.121.0
|
|
filelock==3.20.0
|
|
gpt4all==2.8.2
|
|
h11==0.16.0
|
|
httpcore==1.0.9
|
|
httptools==0.7.1
|
|
httpx==0.28.1
|
|
idna==3.11
|
|
Jinja2==3.1.6
|
|
joblib==1.5.2
|
|
langcodes==3.5.0
|
|
language_data==1.3.0
|
|
marisa-trie==1.3.1
|
|
markdown-it-py==4.0.0
|
|
MarkupSafe==3.0.3
|
|
mdurl==0.1.2
|
|
murmurhash==1.0.13
|
|
numpy==2.2.6
|
|
ollama==0.6.0
|
|
packaging==25.0
|
|
pandas==2.3.3
|
|
phonenumbers==9.0.18
|
|
preshed==3.0.10
|
|
presidio_analyzer==2.2.360
|
|
presidio_anonymizer==2.2.360
|
|
pycparser==2.23
|
|
pydantic==2.12.4
|
|
pydantic_core==2.41.5
|
|
Pygments==2.19.2
|
|
python-dateutil==2.9.0.post0
|
|
python-dotenv==1.2.1
|
|
python-multipart==0.0.20
|
|
pytz==2025.2
|
|
PyYAML==6.0.3
|
|
regex==2025.11.3
|
|
requests==2.32.5
|
|
requests-file==3.0.1
|
|
rich==14.2.0
|
|
scikit-learn==1.7.2
|
|
scipy==1.15.3
|
|
shellingham==1.5.4
|
|
six==1.17.0
|
|
smart_open==7.4.4
|
|
sniffio==1.3.1
|
|
spacy==3.8.7
|
|
spacy-legacy==3.0.12
|
|
spacy-loggers==1.0.5
|
|
srsly==2.5.1
|
|
starlette==0.49.3
|
|
thinc==8.3.8
|
|
threadpoolctl==3.6.0
|
|
tldextract==5.3.0
|
|
tqdm==4.67.1
|
|
typer==0.20.0
|
|
typer-slim==0.20.0
|
|
typing-inspection==0.4.2
|
|
typing_extensions==4.15.0
|
|
tzdata==2025.2
|
|
urllib3==2.5.0
|
|
uvicorn==0.38.0
|
|
uvloop==0.22.1
|
|
wasabi==1.1.3
|
|
watchfiles==1.1.1
|
|
weasel==0.4.2
|
|
websockets==15.0.1
|
|
wrapt==2.0.1
|