svenpeter42 / fastfilters

Old academic project for my PhD - no longer maintained by me: fast gaussian and derivative convolutional filters
MIT License
9 stars 10 forks source link

Conda python 3.6 #11

Closed constantinpape closed 7 years ago

constantinpape commented 7 years ago

Hi,

I need a conda python 3.6 version of fastfilters. However the meta.yaml allows builds only with 3.4 and 3.5: https://github.com/svenpeter42/fastfilters/blob/master/pkg/conda/fastfilters/meta.yaml#L24

Is there any specific reason for this restriction?

stuarteberg commented 7 years ago

There's no particular reason. I've just submitted a PR to update the recipe. Until then, you can build with that branch, or you can just install a pre-built version from the ilastik-forge channel:

conda install -c ilastik-forge fastfilters
svenpeter42 commented 7 years ago

fixed with PR #12 , thanks @stuarteberg :)