pyproject.toml:
Код: Выделить всё
...
dependencies = [
"pandas>=2.2.3",
"numpy>=1.26.4",
"sentence-transformers>=3.0.1",
"scikit-learn>=1.5.2",
"racplusplus>=0.1.1",
"requests>=2.32.3",
"vertexai>=1.48.0",
"python-dotenv>=1.0.1",
"gcsfs>=2024.10.0"
]
Но когда я пытаюсь установить его с помощью pip install mf-ai-subrequests==1.0.0 --index-url https://$GCP_REGION-python.pkg.dev/$GCP_PROJECT_ID/$GCP_REPOSITORY/simple/
Получена следующая ошибка:
Код: Выделить всё
ERROR: Could not find a version that satisfies the requirement pandas==2.2.3 (from mf-ai-subrequests) (from versions: none)
ERROR: No matching distribution found for pandas==2.2.3
Подробнее здесь: https://stackoverflow.com/questions/792 ... on-package
Мобильная версия