Skip to content

Commit

Permalink
fix requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Ingvarstep committed Jul 25, 2024
1 parent 1b1ce82 commit 22a98bc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
[tool.poetry]
name = "unlimited-classifier"
license = "Apache-2.0"
version = "0.0.1"
version = "0.0.3"
description = "Universal text classifier for generative models"
authors = ["knowledgator.com"]
readme = "README.md"

[tool.poetry.dependencies]
python = "^3.10"
python = "^3.8.0"
transformers = ">=4.30.0"
torch = ">=1.10.0"
accelerate = ">=0.30.1"
bitsandbytes = ">=0.43.1"
bitsandbytes = ">=0.40.1"

[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit 22a98bc

Please sign in to comment.