diff --git a/package.json b/package.json index 50263ce..dc2c042 100644 --- a/package.json +++ b/package.json @@ -25,8 +25,8 @@ "typescript": "5.6.2" }, "dependencies": { - "@frost-beta/mlx": "0.0.23", - "@lenml/tokenizers": "3.0.3", - "sharp": "0.33.5" + "@frost-beta/mlx": ">=0.1.0", + "@lenml/tokenizers": ">=3.0.3", + "sharp": ">=0.33.0" } }