Skip to content

Commit 39c7ef4

Browse files
committed
Update
[ghstack-poisoned]
1 parent fef42c3 commit 39c7ef4

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/scripts/td_script.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
22

3-
export TORCHRL_BUILD_VERSION=0.7.0
3+
export TORCHRL_BUILD_VERSION=0.8.0
44

55
pip install git+https://github.com/pytorch/tensordict.git -U

.github/scripts/version_script.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@echo off
2-
set TORCHRL_BUILD_VERSION=0.7.0
2+
set TORCHRL_BUILD_VERSION=0.8.0
33
echo TORCHRL_BUILD_VERSION is set to %TORCHRL_BUILD_VERSION%
44

55
@echo on

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ def _main(argv):
176176
if is_nightly:
177177
tensordict_dep = "tensordict-nightly"
178178
else:
179-
tensordict_dep = "tensordict>=0.7.0"
179+
tensordict_dep = "tensordict>=0.8.0"
180180

181181
if is_nightly:
182182
version = get_nightly_version()

version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.7.0
1+
0.8.0

0 commit comments

Comments
 (0)