File tree Expand file tree Collapse file tree 4 files changed +1
-23
lines changed Expand file tree Collapse file tree 4 files changed +1
-23
lines changed Original file line number Diff line number Diff line change @@ -45,15 +45,6 @@ http_archive(
45
45
urls = ["https://github.com/abseil/abseil-py/archive/main.zip" ],
46
46
)
47
47
48
- http_archive (
49
- name = "funcsigs_archive" ,
50
- build_file = "@//bazel:funcsigs.BUILD" ,
51
- strip_prefix = "funcsigs-1.0.2" ,
52
- urls = [
53
- "https://pypi.python.org/packages/94/4a/db842e7a0545de1cdb0439bb80e6e42dfe82aaeaadd4072f2263a4fbed23/funcsigs-1.0.2.tar.gz" ,
54
- ],
55
- )
56
-
57
48
http_archive (
58
49
name = "eigen_archive" ,
59
50
build_file = "@//bazel:eigen.BUILD" ,
Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ py_library(
11
11
"dm_env/specs.py",
12
12
],
13
13
visibility = ["//visibility:public"],
14
- deps = ["@funcsigs_archive//:funcsigs"],
15
14
)
16
15
17
16
py_library(
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ py_library(
23
23
name = "tree",
24
24
srcs = ["tree/__init__.py"],
25
25
data = [":tree/_tree.so"],
26
- srcs_version = "PY2AND3 ",
26
+ srcs_version = "PY3 ",
27
27
visibility = ["@dm_env_archive//:__pkg__"],
28
28
deps = [":sequence"],
29
29
)
You can’t perform that action at this time.
0 commit comments