Skip to content

Commit c2b90a0

Browse files
committed
Increment lale version to 0.9.1
Dependency updates: * Make graphviz dependency optional * Increase upper bound on jsonschema * Upper bound pyspark dependency to < 4.0 * Support newer versions of numpy * Add autoai-fairness dependency set with appropriate version bounds on depdendencies Signed-off-by: Avi Shinnar <[email protected]>
1 parent b115450 commit c2b90a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lale/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
import sys
1616

17-
__version__ = "0.9.0"
17+
__version__ = "0.9.1"
1818

1919
try:
2020
# This variable is injected in the __builtins__ by the build

0 commit comments

Comments
 (0)