Skip to content

Update numojo to v0.9.0#242

Merged
carolinefrasca merged 3 commits intomodular:mainfrom
forfudan:numojo
Apr 1, 2026
Merged

Update numojo to v0.9.0#242
carolinefrasca merged 3 commits intomodular:mainfrom
forfudan:numojo

Conversation

@forfudan
Copy link
Copy Markdown
Contributor

Checklist

  • My recipe.yaml file specifies which version(s) of MAX is compatible with my project (see here for an example). If not, my package is compatible with both 24.5 and 24.6.
  • License file is packaged (see here for an example).
  • Set the build number to 0 (for new packages, or if the version changed).
  • Bumped the build number (if the version is unchanged).

@forfudan
Copy link
Copy Markdown
Contributor Author

@carolinefrasca That is amazing fast! Thank you. :D

@carolinefrasca
Copy link
Copy Markdown
Member

I think this is an issue with the compiler - investigating

@forfudan
Copy link
Copy Markdown
Contributor Author

I think this is an issue with the compiler - investigating

Thanks for checking!

@carolinefrasca
Copy link
Copy Markdown
Member

It's failing to find small_time v26.2, which does seem to exist, so I'm not sure exactly what's going on yet

Error:   × Failed to resolve dependencies: Cannot solve the request because of: No
  │ candidates were found for small_time >=26.2.0,<26.3.0.
  │ 
  ╰─▶ Cannot solve the request because of: No candidates were found for
      small_time >=26.2.0,<26.3.0.

@forfudan
Copy link
Copy Markdown
Contributor Author

forfudan commented Apr 1, 2026

It's failing to find small_time v26.2, which does seem to exist, so I'm not sure exactly what's going on yet

Error:   × Failed to resolve dependencies: Cannot solve the request because of: No
  │ candidates were found for small_time >=26.2.0,<26.3.0.
  │ 
  ╰─▶ Cannot solve the request because of: No candidates were found for
      small_time >=26.2.0,<26.3.0.

@carolinefrasca, I investigated this a little bit. Here is the reason:

  1. The root cause is caused by PR Update Lightbug to 0.26.2 #237 (Update light-bug to version 0.26.2) on 31 March 2026 and PR Update small-time to version 26.2.0 #238 (update small-time to version 26.2.0) on 30 March 2026.
  2. The small-time is updated to v26.2.0 on prefix.dev. However, no version is created for macos platform. You can see from https://prefix.dev/channels/modular-community/packages/small_time that only the pacakge for the Linux platform was created.
  3. When you compile light-bug for macos platform, it searches for the small-time (macos), and this will give you an error.

Solution:

Rebuilt small-time and ensure that it includes packages also for the macos platform.

P.S.
Your PR #244 won't help because the older version of small-time is not compatible with the latest Mojo version.

@forfudan
Copy link
Copy Markdown
Contributor Author

forfudan commented Apr 1, 2026

@carolinefrasca I have another suggestion that may help. I write it here for your reference.

  1. Temporarily remove lightbug_http recipe.
  2. Update the recipe of small_time and increase the build number from 0 to 1 to enable a rebuild.
  3. Build all. Then verify that small_time is available on the channel for all platforms.
  4. Add back the lightbug_http recipe and build all again.

@carolinefrasca carolinefrasca merged commit d525d4c into modular:main Apr 1, 2026
4 checks passed
@carolinefrasca
Copy link
Copy Markdown
Member

Thank you!

@forfudan forfudan deleted the numojo branch April 5, 2026 14:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants