feat: automatically patch collections for >python 3.10 support (#21)

Co-authored-by: Bo Liu <benjaminliu.eecs@gmail.com>
This commit is contained in:
Nicola Dall'Asen
2024-03-13 15:34:10 +01:00
committed by GitHub
parent 601426030d
commit 717ed7639c
5 changed files with 28 additions and 9 deletions

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, <3.10"
requires-python = ">=3.8"
dependencies = [
"torch>=2.0.1",
"transformers>=4.38.2",