Skip to content

Commit

Permalink
add requirments files and some tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ver228 committed Sep 15, 2018
1 parent cd73b68 commit e247560
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
3 changes: 3 additions & 0 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ test:
- tierpsy
- tierpsy.features.tierpsy_features
- tierpsy.features.open_worm_analysis_toolbox
commands:
- tierpsy_process -h
- tierpsy_tests -h

about:
home: https://github.com/ver228/tierpsy-tracker
Expand Down
16 changes: 16 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
cython
keras=2.1.5
opencv
tensorflow
numpy >=1.14
matplotlib
pytables
pandas
pyqt
scipy
scikit-learn
scikit-image
statsmodels
numba
tqdm
requests

0 comments on commit e247560

Please sign in to comment.