Skip to content

Commit c066dbc

Browse files
Merge branch 'main' into update-pixi
2 parents 300155a + b620b37 commit c066dbc

File tree

4 files changed

+4
-6
lines changed

4 files changed

+4
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ To submit your package to the Modular community channel, you’ll need to:
4848
2. Add a folder to the `/recipes` folder. Give it the same name as your package.
4949
3. In the folder for your package, include a rattler-build recipe file named `recipe.yaml` and a file that includes tests for your package.
5050

51-
Before submitting a package, please [join the early access program](https://forum.modular.com/t/community-channel-early-access/213) to get access to the full instructions and guidelines (plus, you'll get swag!).
51+
Before submitting a package, please [join the early access program](https://forum.modular.com/t/getting-started-with-community-packages/219) to get access to the full instructions and guidelines (plus, you'll get swag!).

recipes/mojmelo/README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,10 @@
33
[![Stargazers][stars-shield]][stars-url]
44
[![Issues][issues-shield]][issues-url]
55
[![BSD-3-Clause License][license-shield]][license-url]
6-
![CodeQL](https://github.com/yetalit/Mojmelo/workflows/CodeQL/badge.svg)
6+
![CodeQL](https://github.com/yetalit/Mojmelo/actions/workflows/codeql.yml/badge.svg)
77

88
<br />
99
<div align="center">
10-
<a href="https://github.com/yetalit/mojmelo">
11-
<img src="./image.jpeg" alt="Logo" width="256" height="256">
12-
</a>
1310
<h3 align="center">Mojmelo</h3>
1411
<p align="center">
1512
<a href="https://github.com/yetalit/mojmelo/issues/new?labels=bug&template=bug-report---.md">Report Bug</a>

recipes/mojmelo/avatar.jpeg

-109 KB
Binary file not shown.

recipes/mojmelo/recipe.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ build:
1515
- mojo package mojmelo -o ${{ PREFIX }}/lib/mojo/mojmelo.mojopkg
1616
requirements:
1717
host:
18-
- max
18+
- max <24.6
1919
run:
2020
- ${{ pin_compatible('max') }}
2121

@@ -26,6 +26,7 @@ tests:
2626
- mojo run tests/LogisR_test.mojo
2727
requirements:
2828
run:
29+
- max <24.6
2930
- scikit-learn
3031
files:
3132
recipe:

0 commit comments

Comments
 (0)