Skip to content

Commit

Permalink
Update torch to 2.* (pypose#296)
Browse files Browse the repository at this point in the history
* Update runtime.txt

Signed-off-by: Chen Wang <[email protected]>

* Update config.yml

Signed-off-by: Chen Wang <[email protected]>

---------

Signed-off-by: Chen Wang <[email protected]>
  • Loading branch information
wang-chen authored Oct 22, 2023
1 parent 4d5504a commit 10a2829
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,15 +151,15 @@ workflows:
jobs:
- linux_build_wheel:
cuda_version: "11.7"
torch_version: "2.0.*"
torch_version: "2.*"
python_version: "3.9"
- build_docs:
requires: [linux_build_wheel]
cuda_version: "11.7"
torch_version: "2.0.*"
torch_version: "2.*"
python_version: "3.9"
- run_tests:
requires: [linux_build_wheel]
cuda_version: "11.7"
torch_version: "2.0.*"
torch_version: "2.*"
python_version: "3.9"
2 changes: 1 addition & 1 deletion requirements/runtime.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pytest==7.*
torch==2.0.*
torch==2.*

0 comments on commit 10a2829

Please sign in to comment.