Skip to content

Commit

Permalink
Fix: Some dev-requirements were used in prod code
Browse files Browse the repository at this point in the history
  • Loading branch information
liebharc committed Mar 6, 2025
1 parent 3cc5123 commit 594c451
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ torch = "^2.2.1"
typing_extensions = "^4.5.0"
transformers = "^4.39.1"
x-transformers = "^1.27.19"
albumentations = "^1.4.0"
timm = "^0.9.16"
musicxml = "^1.4"
easyocr = "^1.7.1"

Expand All @@ -35,8 +37,6 @@ pre-commit = "^3.6.2"
pyclean = "^2.7.3"
coverage = "^7.4.4"
augly = "^1.0.0"
albumentations = "^1.4.0"
timm = "^0.9.16"
editdistance = "^0.8.1"
torchvision = "^0.17.1"
transformers = {extras = ["torch"], version = "^4.40.2"}
Expand Down

0 comments on commit 594c451

Please sign in to comment.