Skip to content

Commit

Permalink
minor style fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
bedroge authored Jan 29, 2024
1 parent 45999fc commit d2a9296
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions easybuild/easyconfigs/s/sktime/sktime-0.25.0-gfbf-2023a.eb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ easyblock = 'PythonBundle'
name = 'sktime'
version = '0.25.0'
homepage = 'https://www.sktime.net/en/stable/'

description = """sktime is a library for time series analysis in Python.
It provides a unified interface for multiple time series learning tasks.
Currently, this includes time series classification, regression, clustering,
Expand All @@ -11,14 +12,12 @@ scikit-learn compatible tools to build, tune and validate time series models."""

toolchain = {'name': 'gfbf', 'version': '2023a'}


dependencies = [
('Python', '3.11.3'),
('SciPy-bundle', '2023.07'),
('scikit-learn', '1.3.1')
('scikit-learn', '1.3.1'),
]


exts_list = [
('scikit-base', '0.6.2', {
'modulename': 'skbase',
Expand Down

0 comments on commit d2a9296

Please sign in to comment.