mirror of
https://github.com/deepseek-ai/DeepSeek-VL.git
synced 2025-04-19 10:09:09 -04:00
chore: specify python version in pyproject.toml
This commit is contained in:
parent
32a1e7f502
commit
6825f0f6fd
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user