Skip to content

Commit

Permalink
update spu to 0.9.2dev (#315)
Browse files Browse the repository at this point in the history
  • Loading branch information
tyrone-yu authored Jul 4, 2024
1 parent ed307b0 commit 2c912af
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions engine/bazel/engine_deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@ def _secretflow_deps():
name = "spulib",
urls = [
# "https://github.com/secretflow/spu/archive/%s.tar.gz" % SPU_COMMIT,
"https://github.com/secretflow/spu/archive/refs/tags/0.9.1dev20240614.tar.gz",
"https://github.com/secretflow/spu/archive/refs/tags/0.9.2dev20240703.tar.gz",
],
# strip_prefix = "spu-%s" % SPU_COMMIT,
strip_prefix = "spu-0.9.1dev20240614",
sha256 = "3cdde62ac2794ba5218cf567c8c9bd3479ff69389586b43bb9adff49c8cc2595",
strip_prefix = "spu-0.9.2dev20240703",
sha256 = "0521dc6b2ae6c445066de42efe4f0d48fa88b1b356bde8d7116545889898fc23",
)

maybe(
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

version = "0.8.0b1"
version = "0.8.0b2"

0 comments on commit 2c912af

Please sign in to comment.