Proper: Revert back to mlx==0.26.1 (#239)

This commit is contained in:
Filip Strand 2025-07-20 12:01:01 +02:00 committed by GitHub
parent eba6c64f60
commit d20f623581
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 9 additions and 1 deletions

View File

@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [0.9.6] - 2025-07-20
# MFLUX v.0.9.6 Release Notes
### 🔧 Technical Details
- Cap the upper MLX dependency to a known working version (0.26.1) to avoid compatibility issues with newer MLX releases that enforce stricter weight validation (see [#238](https://github.com/filipstrand/mflux/pull/238))
## [0.9.5] - 2025-07-17
# MFLUX v.0.9.5 Release Notes

View File

@ -26,7 +26,7 @@ requires-python = ">=3.10"
dependencies = [
"huggingface-hub>=0.24.5,<1.0",
"matplotlib>=3.9.2,<4.0",
"mlx>=0.22.0,<0.27.0",
"mlx>=0.22.0,<=0.26.1",
"numpy>=2.0.1,<3.0",
"opencv-python>=4.10.0,<5.0",
"piexif>=1.1.3,<2.0",