Skip to content

Commit

Permalink
Update torch dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
takuseno committed Nov 2, 2024
1 parent 303ed52 commit 911d542
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ d3rlpy supports Linux, macOS and Windows.

### Dependencies
Installing d3rlpy package will install or upgrade the following packages to satisfy requirements:
- torch>=2.0.0
- torch>=2.5.0
- tqdm>=4.66.3
- gym>=0.26.0
- gymnasium>=1.0.0
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
torch==2.0.1
torch==2.5.0
tqdm>=4.66.1
h5py==2.10.0
gym==0.26.2
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"Operating System :: MacOS :: MacOS X",
],
install_requires=[
"torch>=2.0.0",
"torch>=2.5.0",
"tqdm>=4.66.3",
"h5py",
"gym>=0.26.0",
Expand Down

0 comments on commit 911d542

Please sign in to comment.