-
Notifications
You must be signed in to change notification settings - Fork 174
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
59 additions
and
1 deletion.
There are no files selected for viewing
This file was deleted.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
echo "Building" | ||
echo "running pip install" | ||
pip install -r $RECIPE_DIR/requirements_conda.txt | ||
echo "installed all pip dependencies.. rest are conda and defined in meta.yaml" | ||
cp -r $RECIPE_DIR/tdc $PREFIX |
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,44 @@ | ||
{% set version = "0.4.2" %} | ||
|
||
package: | ||
name: pytdc | ||
version: {{ version }} | ||
|
||
source: | ||
path: ../tdc | ||
|
||
build: | ||
noarch: python | ||
number: 0 | ||
|
||
requirements: | ||
host: | ||
- dataclasses=0.8 | ||
- fuzzywuzzy=0.18.0 | ||
- huggingface_hub=0.20.3 | ||
- numpy=1.26.4 | ||
- python=3.9.13 | ||
- pip=23.3.1 | ||
- pandas=2.1.4 | ||
- requests=2.31.0 | ||
- scikit-learn=1.3.0 | ||
- seaborn=0.12.2 | ||
- tqdm=4.65.0 | ||
run: | ||
- python | ||
- pip | ||
|
||
test: | ||
imports: | ||
- imagesize | ||
|
||
about: | ||
home: https://github.com/shibukawa/imagesize_py | ||
license: MIT | ||
summary: 'Getting image size from png/jpeg/jpeg2000/gif file' | ||
description: | | ||
This module analyzes jpeg/jpeg2000/png/gif image header and | ||
return image size. | ||
dev_url: https://github.com/shibukawa/imagesize_py | ||
doc_url: https://pypi.python.org/pypi/imagesize | ||
doc_source_url: https://github.com/shibukawa/imagesize_py/blob/master/README.rst |
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,10 @@ | ||
cellxgene-census==1.10.2 | ||
gget==0.28.4 | ||
pydantic==2.6.3 | ||
gget==0.28.4 | ||
pydantic==2.6.3 | ||
gget==0.28.4 | ||
pydantic==2.6.3 | ||
rdkit==2023.9.5 | ||
tiledbsoma==1.7.2 | ||
yapf==0.40.2 |