Use compatible release operator for rustbpe dependency

This commit is contained in:
Ruhollah Majdoddin 2025-10-30 21:41:22 +01:00
parent 158b2b707b
commit 96c8e82324
No known key found for this signature in database
GPG Key ID: A28D46DCC3E05D49

View File

@ -16,7 +16,7 @@ dependencies = [
"torch>=2.8.0",
"uvicorn>=0.36.0",
"wandb>=0.21.3",
"rustbpe==0.1.0"
"rustbpe~=0.1.0"
]
[build-system]