We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 373f264 commit 432532cCopy full SHA for 432532c
lale/__init__.py
@@ -14,7 +14,7 @@
14
15
import sys
16
17
-__version__ = "0.6.11"
+__version__ = "0.6.12"
18
19
try:
20
# This variable is injected in the __builtins__ by the build
setup.py
@@ -109,7 +109,6 @@
109
"protobuf<=3.20.1",
110
"BlackBoxAuditing",
111
"typing-extensions",
112
- "h5py",
113
],
114
}
115
0 commit comments