-
-
Notifications
You must be signed in to change notification settings - Fork 5.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
added xarray-behave #28381
Open
postpop
wants to merge
9
commits into
conda-forge:main
Choose a base branch
from
janclemenslab:xarray-behave
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
added xarray-behave #28381
Changes from all commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
7687ead
added xarray-behave
postpop 6fbd469
removed unneccessary pip installs
postpop 67b855a
packages is now noarch
postpop 39c17bb
Merge branch 'main' into xarray-behave
postpop 87dcb97
version bump
postpop 51cc9a6
retrigger checks
postpop 4ef703c
fixed source url
postpop 638df10
fix staging
postpop c71eff4
fix typo
postpop File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
"%PYTHON%" -m pip install xarray-behave -vv --no-dependencies | ||
if errorlevel 1 exit 1 |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
pip install xarray-behave -vv --no-dependencies |
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 |
---|---|---|
@@ -0,0 +1,72 @@ | ||
{% set python_min = "3.10" %} | ||
|
||
package: | ||
name: xarray-behave | ||
version: 0.36.0 | ||
|
||
source: | ||
url: https://files.pythonhosted.org/packages/91/42/b4416c675867e93ecf227c02bcb16aa0bfb358cf429bdf2f3fddef0c9a61/xarray_behave-0.36.0.tar.gz | ||
sha256: 565439d90209b31b80ae69fcb52249e8846052247e013fba7dfee34fb7416934 | ||
|
||
build: | ||
number: 0 | ||
noarch: python | ||
|
||
requirements: | ||
host: | ||
postpop marked this conversation as resolved.
Show resolved
Hide resolved
|
||
- python {{ python_min }} | ||
- pip | ||
- setuptools | ||
- flit_core >=3.2 | ||
run: | ||
- python >={{ python_min }} | ||
- defopt =6.3 | ||
- rich | ||
- flammkuchen | ||
- h5py | ||
- pyyaml | ||
- zarr | ||
- numba | ||
- xarray | ||
- dask | ||
- librosa >0.8 | ||
- pysoundfile | ||
- python-sounddevice | ||
- matplotlib-base | ||
- colorcet | ||
- pandas | ||
- scipy >=1.9 | ||
- scikit-image | ||
- scikit-learn | ||
- peakutils | ||
- pyside6 | ||
- pyqtgraph >0.12 | ||
- qtpy | ||
- superqt | ||
- ffmpeg | ||
- pyvideoreader | ||
|
||
test: | ||
requires: | ||
- python {{ python_min }} | ||
imports: | ||
- xarray_behave | ||
- xarray_behave.event_utils | ||
- xarray_behave.metrics | ||
- xarray_behave.loaders | ||
- xarray_behave.annot | ||
- xarray_behave.gui | ||
- xarray_behave.gui.audio_player | ||
- xarray_behave.io | ||
|
||
about: | ||
home: "http://github.com/janclemenslab/xarray-behave" | ||
license: Apache-2.0 | ||
license_file: LICENSE | ||
summary: "xarray behave" | ||
doc_url: "http://github.com/janclemenslab/xarray-behave" | ||
dev_url: "http://github.com/janclemenslab/xarray-behave" | ||
|
||
extra: | ||
recipe-maintainers: | ||
- postpop |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please use grayskull to generate Python recipes. Grayskull make it easier for us to review.
See https://github.com/conda-forge/staged-recipes?tab=readme-ov-file#grayskull---recipe-generator-for-python-packages-on-pypi for more information.