Skip to content

Commit f1c7d05

Browse files
committed
Change versions
1 parent fc5fea4 commit f1c7d05

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/colab.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on:
1616

1717
jobs:
1818
colab:
19-
runs-on: ubuntu-22.04
19+
runs-on: ubuntu-latest
2020
env:
2121
COLAB_ALWAYS_INSTALL_XVFB: 1
2222
QLEARNING_NUM_TRAINING_STEPS: 5

ml-agents/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def run(self):
6262
"Pillow>=4.2.1",
6363
"protobuf>=3.6,<3.21",
6464
"pyyaml>=3.1.0",
65-
"torch>=2.1.1",
65+
"torch>=2.1.1,<=2.8.0",
6666
"tensorboard>=2.14",
6767
# adding six explicit dependency since tensorboard needs it but doesn't declare it as a dep
6868
"six>=1.16",

0 commit comments

Comments
 (0)