Skip to content

Commit

Permalink
fix version number
Browse files Browse the repository at this point in the history
  • Loading branch information
jkterry1 committed Jan 11, 2021
1 parent cf14631 commit b58697e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"torch~=1.5.1", # core deep learning library
"tensorboard>=2.3.0", # logging and visualization
"tensorboardX>=2.1.0", # tensorboard/pytorch compatibility
"cloudpickle", # used to copy environments
"cloudpickle>=1.2.0", # used to copy environments
],
extras_require=extras
)

0 comments on commit b58697e

Please sign in to comment.