-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Description
Is your feature request related to a problem? Please describe.
I'd like to be able to install sktime with conda
Describe the solution you'd like
I'd like a conda-forge feedstock to be created with a conda recipe to install sktime.
Describe alternatives you've considered
I know sktime can probably be pip installed into a conda environment... but it isn't ideal if you intend to update that environment continuously... pip and conda dependencies don't always play nice when updating.
Additional context
Conda-forge has instructions for adding a recipe. I will try to assist if any developers are interested - I'm not clear on whether sktime can be deployed as a no specific architecture package or whether it needs special build steps for each platform.