Skip to content

Commit

Permalink
[BugFix] temp quickfix in restricting new versions #95
Browse files Browse the repository at this point in the history
  • Loading branch information
fedebotu committed Oct 6, 2023
1 parent 6248f1c commit 706b5a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ classifiers = [

# TODO: allow new TorchRL / TensorDict versions https://github.com/kaist-silab/rl4co/issues/95
dependencies = [
"torch>=2.0.0",
"torch>=2.0.0,<2.1.0", # Possibly TorchRL problem on Windows with older version
"torchrl==0.1.1",
"tensordict==0.1.1",
"lightning>=2.0.5",
Expand Down

0 comments on commit 706b5a6

Please sign in to comment.