33 lines
876 B
Plaintext
33 lines
876 B
Plaintext
# 안정적인 numpy/scipy 버전 조합 (PaddleOCR + cx_Freeze 호환)
|
|
# 2024년 검증된 안정 버전 조합
|
|
|
|
# 핵심 과학 연산 라이브러리 (안정 버전)
|
|
numpy==1.26.4 # 마지막 numpy 1.x 안정 버전 (cx_Freeze 완벽 호환)
|
|
scipy==1.14.1 # numpy 1.26.x와 호환되는 안정 버전
|
|
|
|
# 머신러닝/이미지 처리 (호환 테스트 완료)
|
|
opencv-python==4.9.0.80
|
|
opencv-contrib-python==4.9.0.80
|
|
scikit-image==0.22.0
|
|
scikit-learn==1.4.2
|
|
pillow==10.3.0
|
|
|
|
# PaddleOCR 생태계 (안정 버전)
|
|
paddleocr==2.7.3 # 가장 안정적인 버전
|
|
paddlepaddle==2.6.1 # numpy 1.26.x 호환 확인됨
|
|
|
|
# 수치 연산 지원
|
|
numba==0.59.1 # numpy 1.26.x 호환
|
|
matplotlib==3.8.4
|
|
|
|
# 이미지 처리 추가
|
|
albumentations==1.4.3
|
|
imgaug==0.4.0
|
|
|
|
# ONNX Runtime (안정 버전)
|
|
onnxruntime==1.17.3
|
|
|
|
# 기타 호환 라이브러리
|
|
pandas==2.1.4
|
|
jsonschema==4.21.1
|