File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
3
- export TORCHRL_BUILD_VERSION=0.6.0
3
+ export TORCHRL_BUILD_VERSION=0.6.1
4
4
5
5
${CONDA_RUN} pip install git+https://github.com/pytorch/tensordict.git -U
Original file line number Diff line number Diff line change 1
1
@ echo off
2
- set TORCHRL_BUILD_VERSION = 0.6.0
2
+ set TORCHRL_BUILD_VERSION = 0.6.1
3
3
echo TORCHRL_BUILD_VERSION is set to %TORCHRL_BUILD_VERSION%
Original file line number Diff line number Diff line change 35
35
shell : bash
36
36
run : |
37
37
python3 -mpip install wheel
38
- TORCHRL_BUILD_VERSION=0.6.0 python3 setup.py bdist_wheel
38
+ TORCHRL_BUILD_VERSION=0.6.1 python3 setup.py bdist_wheel
39
39
- name : Upload wheel for the test-wheel job
40
40
uses : actions/upload-artifact@v3
41
41
with :
Original file line number Diff line number Diff line change @@ -176,7 +176,7 @@ def _main(argv):
176
176
if is_nightly :
177
177
tensordict_dep = "tensordict-nightly"
178
178
else :
179
- tensordict_dep = "tensordict>=0.6.0 "
179
+ tensordict_dep = "tensordict>=0.6.1 "
180
180
181
181
if is_nightly :
182
182
version = get_nightly_version ()
Original file line number Diff line number Diff line change 1
- 0.6.0
1
+ 0.6.1
You can’t perform that action at this time.
0 commit comments