File tree 4 files changed +6
-6
lines changed
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
New BSD License
2
2
3
- Copyright (c) 2012–2019 Educational Testing Service
3
+ Copyright (c) 2012–2022 Educational Testing Service
4
4
All rights reserved.
5
5
6
6
Original file line number Diff line number Diff line change 1
1
package :
2
2
name : skll
3
- version : 3.0
3
+ version : 3.1
4
4
5
5
source :
6
6
path : ../../../skll
32
32
- summarize_results = skll.utils.commandline.summarize_results:main
33
33
34
34
requirements :
35
- build :
35
+ host :
36
36
- python >=3.8
37
37
- pip
38
38
- setuptools
@@ -43,7 +43,7 @@ requirements:
43
43
- numpy
44
44
- pandas
45
45
- ruamel.yaml
46
- - scikit-learn >=1.0.1 ,<=1.0.2
46
+ - scikit-learn >=1.1.2 ,<=1.1.3
47
47
- scipy
48
48
- seaborn
49
49
- tabulate
Original file line number Diff line number Diff line change 46
46
47
47
# General information about the project.
48
48
project = u'SciKit-Learn Laboratory'
49
- copyright = u'2012-2021 , Educational Testing Service'
49
+ copyright = u'2012-2022 , Educational Testing Service'
50
50
51
51
# The version info for the project you're documenting, acts as replacement for
52
52
# |version| and |release|, also used in various other places throughout the
Original file line number Diff line number Diff line change 8
8
:organization: ETS
9
9
"""
10
10
11
- __version__ = '3.0 .0'
11
+ __version__ = '3.1 .0'
12
12
VERSION = tuple (int (x ) for x in __version__ .split ('.' ))
You can’t perform that action at this time.
0 commit comments