Skip to content

Commit

Permalink
Update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
lucadellalib committed Aug 24, 2022
1 parent 011fdfe commit 4335bc2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion actorch/algorithms/algorithm.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
import torch.nn.functional as F
from gym import Env, spaces
from numpy import ndarray
from ray.train.session import world_rank
from ray.train import world_rank
from ray.train.torch import accelerate, prepare_data_loader
from ray.tune import Trainable
from ray.tune import result as tune_result
Expand Down
2 changes: 1 addition & 1 deletion actorch/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
import GPUtil
import psutil
import yaml
from ray.tune.logger import SafeFallbackEncoder
from ray.tune.utils.util import SafeFallbackEncoder


__all__ = [
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ gym>=0.25.0
numpy>=1.19.5
psutil>=5.7.0
PyYAML>=5.3.1
ray[tune]>=1.13.0
ray[tune]>=1.13.0,<2.*
scipy>=1.4.1
tensorboard>=2.6.0
-f https://download.pytorch.org/whl/torch_stable.html # PyTorch installation on Windows
Expand Down

0 comments on commit 4335bc2

Please sign in to comment.