Skip to content

Commit

Permalink
Added Conda packaging recipe for soma-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
sapetnioc committed Dec 13, 2024
1 parent 5c934d2 commit e8c8495
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions soma-dev/soma-recipe.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
package:
name: capsul

soma-dev:
internal-dependencies:
- soma-python

type: interpreted

requirements:
run:
- redis-py <4.5.0
- redis-server <7
- pyyaml

tests:
- script: "python -m capsul.test"
requirements:
run:
- pytest
- notebook

0 comments on commit e8c8495

Please sign in to comment.