We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 935d25a commit 2a665fbCopy full SHA for 2a665fb
neural_structured_learning/BUILD
@@ -27,9 +27,16 @@ py_library(
27
name = "neural_structured_learning",
28
srcs = ["__init__.py"],
29
deps = [
30
+ ":version",
31
"//neural_structured_learning/estimator",
32
"//neural_structured_learning/keras",
33
"//neural_structured_learning/lib",
34
"//neural_structured_learning/tools",
35
],
36
)
37
+
38
+py_library(
39
+ name = "version",
40
+ srcs = ["version.py"],
41
+ srcs_version = "PY2AND3",
42
+)
0 commit comments