Skip to content

Commit 3ff785f

Browse files
authored
Update lale version to 0.9.3 (#1423)
- Hyperopt compatibility fixes - Add upper bounds to setuptools - Workaround for hyperopt.anneal strategy - Support newer versions of snapml - Fix tests - Accomodate minor changes in orbis output - Disable testing newop tutorial notebook due to trouble downloading the dataset - Tooling improvements - Update pyright version - Update github actions versions
1 parent 762d0d7 commit 3ff785f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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.2"
17+
__version__ = "0.9.3"
1818

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

0 commit comments

Comments
 (0)