Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sktime v0.21.0 #94

Merged
merged 3 commits into from
Jul 22, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "sktime" %}
{% set version = "0.20.1" %}
{% set version = "0.21.0" %}

package:
name: sktime-suite
version: {{ version }}

source:
url: https://github.com/sktime/{{ name }}/archive/refs/tags/v{{ version }}.tar.gz
sha256: 6dd07906627907262e8a04f6af73b7c4b951355e9cfe49c1f8be634a0ec6889e
sha256: 831521fd195d66a2c4432efbca99d5a2b1b2f9222fc2f6c606175afc1b9e6a01

build:
number: 0
Expand Down Expand Up @@ -46,7 +46,7 @@ outputs:
- pandas >=1.1.0,<2.1.0
- packaging
- scikit-base >=0.4.4,<0.6.0
- scikit-learn >=0.24.0,<1.3.0
- scikit-learn >=0.24.0,<1.4.0
- scipy >=1.2.0,<2.0.0
run_constrained:
- esig ==0.9.7
Expand Down Expand Up @@ -111,8 +111,10 @@ outputs:
- numba >=0.53
- pmdarima
- prophet
# - pycatch22 # not available on python 3.11
- pykalman
- pyod
# - scikit-optimize # excluding due to dependency conflicts
- scikit-posthocs
- seaborn
# - seasonal # not on CF
Expand Down