google-generativeai requires Python ^3.9

pull/387/head
Wyatt Stanke 1 year ago
parent b6ac483ed5
commit 5253cb299b
No known key found for this signature in database
GPG Key ID: CE6BA5FFF135536D

@ -16,7 +16,6 @@ jobs:
strategy:
matrix:
python-version:
- "3.8"
- "3.9"
- "3.10"
- "3.11"

@ -25,7 +25,7 @@ classifiers = [
[tool.poetry.dependencies]
python = "^3.7"
python = "^3.9"
torch = "2.1.1"
transformers = "4.37.1"
openai = "0.28.0"

Loading…
Cancel
Save