Skip to content
This repository was archived by the owner on Apr 15, 2022. It is now read-only.

Commit 9507e76

Browse files
author
Epstein
authored
Dbaas 3154 (#42)
* DBAAS-3154: cleanup on deploy function and fixing edge cases * DBAAS-3154: update setup.py * DBAAS-3154: name change for models table column * DBAAS-3154: name change for models table column * DBAAS-3154: remove model table creation * made triggers more unique * syntax error * better primary key validation * fix for drop tables on failure * explicit schema on function call * bump version
1 parent 9c4f1fe commit 9507e76

File tree

3 files changed

+171
-110
lines changed

3 files changed

+171
-110
lines changed

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,14 @@
1919
dependencies = [
2020
"py4j==0.10.8.1",
2121
"pytest==5.1.3",
22-
"mlflow==1.1.0",
22+
"mlflow==1.6.0",
23+
"mleap==0.15.0",
2324
"graphviz==0.13",
2425
"future"
2526
]
2627
setup(
2728
name="splicemachine",
28-
version="1.0.0",
29+
version="1.0.10",
2930
install_requires=dependencies,
3031
packages=find_packages(),
3132
license='Apache License, Version 2.0',

0 commit comments

Comments
 (0)