diff --git a/composer.json b/composer.json index f7866e52..f3b9d492 100644 --- a/composer.json +++ b/composer.json @@ -6,7 +6,7 @@ "amphp/amp": "^2.6.5", "amphp/parallel": "^1.4.4", "bamarni/composer-bin-plugin": "^1.8.2", - "rubix/ml": "^2.5.2", + "rubix/ml": "^2.5.3", "wamania/php-stemmer": "4.0 as 3.0" }, "license": "AGPLv3", diff --git a/composer.lock b/composer.lock index c9a145ec..f1a595aa 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "223c58b314e209b8349fa6e4694b9e5c", + "content-hash": "1f3fd994830e57af603f0cee0d076d68", "packages": [ { "name": "amphp/amp", @@ -739,16 +739,16 @@ }, { "name": "rubix/ml", - "version": "2.5.2", + "version": "2.5.3", "source": { "type": "git", "url": "https://github.com/RubixML/ML.git", - "reference": "59782a24bd09f0faa00e7df335fd58ca288d1eab" + "reference": "e0960dcb19c9722ccbc4826f5b9417a75fa01613" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/RubixML/ML/zipball/59782a24bd09f0faa00e7df335fd58ca288d1eab", - "reference": "59782a24bd09f0faa00e7df335fd58ca288d1eab", + "url": "https://api.github.com/repos/RubixML/ML/zipball/e0960dcb19c9722ccbc4826f5b9417a75fa01613", + "reference": "e0960dcb19c9722ccbc4826f5b9417a75fa01613", "shasum": "" }, "require": { @@ -762,7 +762,7 @@ "symfony/polyfill-php80": "^1.17", "symfony/polyfill-php82": "^1.27", "symfony/polyfill-php83": "^1.27", - "wamania/php-stemmer": "^3.0" + "wamania/php-stemmer": "^4.0" }, "require-dev": { "friendsofphp/php-cs-fixer": "^3.0", @@ -803,7 +803,7 @@ } ], "description": "A high-level machine learning and deep learning library for the PHP language.", - "homepage": "https://rubixml.com", + "homepage": "https://rubixml.github.io/ML/latest/", "keywords": [ "Algorithm", "Deep learning", @@ -886,7 +886,7 @@ ], "support": { "chat": "https://t.me/RubixML", - "docs": "https://docs.rubixml.com", + "docs": "https://rubixml.github.io/ML/latest/", "issues": "https://github.com/RubixML/ML/issues", "source": "https://github.com/RubixML/ML" }, @@ -896,7 +896,7 @@ "type": "github" } ], - "time": "2024-11-09T23:02:27+00:00" + "time": "2025-10-01T17:52:15+00:00" }, { "name": "rubix/tensor", @@ -1448,5 +1448,5 @@ "platform-overrides": { "php": "8.1" }, - "plugin-api-version": "2.6.0" + "plugin-api-version": "2.9.0" }