-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #10 from fnands/update_mojo_24.5
Update mojo 24.5
- Loading branch information
Showing
8 changed files
with
662 additions
and
496 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[project] | ||
name = "mimage" | ||
version = "0.1.2" | ||
version = "0.1.3" | ||
description = "A Mojo library for parsing images" | ||
authors = ["Ferdinand Schenck <[email protected]>"] | ||
channels = ["conda-forge", "https://conda.modular.com/max"] | ||
|
@@ -9,8 +9,12 @@ platforms = ["linux-64"] | |
[tasks] | ||
|
||
[dependencies] | ||
max = ">=24.4.0dev7,<24.5" | ||
max = ">=24.5,<24.6" | ||
|
||
[feature.dev.dependencies] | ||
pillow = ">=10.4.0,<10.5" | ||
pre-commit = ">=3.7.1,<3.8" | ||
pre-commit = ">=3.8.0,<4" | ||
|
||
[environments] | ||
default = ["dev"] | ||
dev = ["dev"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters