Skip to content

Commit

Permalink
Update pybind11 for Python 3.9.0 (#279)
Browse files Browse the repository at this point in the history
  • Loading branch information
kylekrol authored Dec 4, 2020
1 parent dfa8619 commit 3f837a3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,9 @@ pip_install(
http_archive(
name = "pybind11",
build_file = "//bazel:pybind11.BUILD",
strip_prefix = "pybind11-2.5.0",
urls = ["https://github.com/pybind/pybind11/archive/v2.5.0.tar.gz"],
url = "https://github.com/pybind/pybind11/archive/v2.6.1.tar.gz",
sha256 = "cdbe326d357f18b83d10322ba202d69f11b2f49e2d87ade0dc2be0c5c34f8e2a",
strip_prefix = "pybind11-2.6.1",
)

# Googletest
Expand Down
2 changes: 1 addition & 1 deletion lib/lin
Submodule lin updated 1 files
+1 −1 setup.py

0 comments on commit 3f837a3

Please sign in to comment.