chore: specify python version in pyproject.toml

This commit is contained in:
Bo Liu 2024-03-13 14:44:27 +08:00
parent 32a1e7f502
commit 6825f0f6fd

View File

@ -10,7 +10,7 @@ authors = [{name = "DeepSeek-AI"}]
license = {file = "LICENSE-CODE"}
urls = {homepage = "https://github.com/deepseek-ai/DeepSeek-VL"}
readme = "README.md"
requires-python = ">=3.8"
requires-python = ">=3.8, <3.10"
dependencies = [
"torch>=2.0.1",
"transformers>=4.38.2",