mirror of
https://github.com/karpathy/nanochat.git
synced 2025-12-06 04:12:13 +00:00
Use compatible release operator for rustbpe dependency
This commit is contained in:
parent
158b2b707b
commit
96c8e82324
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user