Skip to content

Commit

Permalink
what about conda?
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewkern committed Nov 23, 2021
1 parent 86a7da3 commit d143b5b
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
python setup.py build
python setup.py install --prefix=$PREFIX
27 changes: 27 additions & 0 deletions meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
package:
name: diploshic
version: "0.33333"

source:
git_url: https://github.com/kr-colab/diploshic
git_rev:

build:
number: 0

Requirements:
Build:
- numpy
run:
- numpy
- scipy
- matplotlib
- pandas
- scikit-allel
- scikit-learn
- tensorflow
- keras

about:
home: https://github.com/kr-colab/diploshic
license: MIT

0 comments on commit d143b5b

Please sign in to comment.