|
|
|
@ -18,11 +18,11 @@ classifiers = [
|
|
|
|
|
"Intended Audience :: Developers",
|
|
|
|
|
"Topic :: Scientific/Engineering :: Artificial Intelligence",
|
|
|
|
|
"License :: OSI Approved :: MIT License",
|
|
|
|
|
"Programming Language :: Python :: 3.6"
|
|
|
|
|
"Programming Language :: Python :: 3.10"
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[tool.poetry.dependencies]
|
|
|
|
|
python = "^3.8.1"
|
|
|
|
|
python = "^3.10.1"
|
|
|
|
|
torch = "2.1.1"
|
|
|
|
|
transformers = "*"
|
|
|
|
|
openai = "0.28.0"
|
|
|
|
|