mobiles_dataset/requirements.txt
2025-06-06 18:37:39 +03:00

20 lines
No EOL
622 B
Text
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# requirements.txt
# Зависимости для курсового проекта "Мобильные устройства"
# Работа с базой данных PostgreSQL
psycopg2-binary==2.9.9
# GUI фреймворк
PyQt6==6.6.1
PyQt6-Qt6==6.6.1
PyQt6-sip==13.6.0
# Работа с данными
pandas==2.1.4
numpy==1.26.2
# Для работы с CSV
openpyxl==3.1.2 # Опционально, для Excel файлов
# Логирование (встроено в Python, но можно расширить)
# colorlog==6.8.0 # Опционально, для цветного вывода логов