File tree 4 files changed +10
-4
lines changed
4 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
+
8
+ #### [ 1.9.0] - 2022-03-21
9
+ ##### Added
10
+ - DRUM support Python 3.9
11
+
7
12
#### [ 1.8.0] - 2022-02-18
8
13
##### Added
9
14
- Built-in support for ONNX models
Original file line number Diff line number Diff line change 4
4
This is proprietary source code of DataRobot, Inc. and its affiliates.
5
5
Released under the terms of DataRobot Tool and Utility Agreement.
6
6
"""
7
- version = "1.8 .0"
7
+ version = "1.9 .0"
8
8
__version__ = version
9
9
project_name = "datarobot-drum"
Original file line number Diff line number Diff line change @@ -15,9 +15,9 @@ scipy>=1.1,<2
15
15
strictyaml == 1.4.2
16
16
texttable
17
17
py4j ~= 0.10.9.0
18
- pyarrow >= 0.14.1 ,<= 2 .0.0
18
+ pyarrow >= 0.14.1 ,<= 3 .0.0
19
19
Pillow <= 9.0.1
20
- julia == 0.5.6
20
+ julia <= 0.5.7
21
21
termcolor
22
22
packaging
23
23
markupsafe == 2.0.1
Original file line number Diff line number Diff line change 47
47
"Programming Language :: Python :: 3.6" ,
48
48
"Programming Language :: Python :: 3.7" ,
49
49
"Programming Language :: Python :: 3.8" ,
50
+ "Programming Language :: Python :: 3.9" ,
50
51
"License :: OSI Approved :: Apache Software License" ,
51
52
"Operating System :: MacOS" ,
52
53
"Operating System :: POSIX" ,
63
64
scripts = ["bin/drum" ],
64
65
install_requires = requirements ,
65
66
extras_require = extras_require ,
66
- python_requires = ">=3.4,<3.9 " ,
67
+ python_requires = ">=3.4,<3.10 " ,
67
68
)
You can’t perform that action at this time.
0 commit comments