tomasruiz commited on
Commit
84992dd
·
1 Parent(s): 0def491

Allow Python 3.10

Browse files
Files changed (1) hide show
  1. llmlib/pyproject.toml +1 -1
llmlib/pyproject.toml CHANGED
@@ -6,7 +6,7 @@ authors = ["Tomas Ruiz <[email protected]>"]
6
  readme = "README.md"
7
 
8
  [tool.poetry.dependencies]
9
- python = "^3.11"
10
  bugsnag = "^4.7.1"
11
  decord = "^0.6.0"
12
  google-cloud-aiplatform = "^1.64"
 
6
  readme = "README.md"
7
 
8
  [tool.poetry.dependencies]
9
+ python = "^3.10"
10
  bugsnag = "^4.7.1"
11
  decord = "^0.6.0"
12
  google-cloud-aiplatform = "^1.64"