mirror of
https://github.com/deepseek-ai/DeepSeek-VL.git
synced 2025-04-20 02:29:06 -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"}
|
license = {file = "LICENSE-CODE"}
|
||||||
urls = {homepage = "https://github.com/deepseek-ai/DeepSeek-VL"}
|
urls = {homepage = "https://github.com/deepseek-ai/DeepSeek-VL"}
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">=3.8"
|
requires-python = ">=3.8, <3.10"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"torch>=2.0.1",
|
"torch>=2.0.1",
|
||||||
"transformers>=4.38.2",
|
"transformers>=4.38.2",
|
||||||
|
Loading…
Reference in New Issue
Block a user