Skip to content

Commit

Permalink
Freeze Gym dependency to 0.19.0 (except test)
Browse files Browse the repository at this point in the history
  • Loading branch information
laszukdawid committed Aug 22, 2021
1 parent 9c7fffd commit 39a1340
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ai_traineree/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import numpy
import torch

__version__ = "0.3.2"
__version__ = "0.3.3"


# This is expected to be safe, although in PyTorch 1.7 it comes as a warning,
Expand Down
6 changes: 3 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = ai-traineree
version = 0.3.2
version = 0.3.3
author = Dawid Laszuk
author_email = [email protected]
description = Yet another zoo of (Deep) Reinforcment Learning methods in Python using PyTorch
Expand Down Expand Up @@ -35,13 +35,13 @@ test =
pytest-cov~=2.10
pytest-mock~=3.3
flake8~=3.9
gym[box2d]~=0.18
gym[box2d]~=0.19.0
pettingzoo[sisl]==1.8.*
# Loggers
tensorboard = tensorboard
neptune = neptune-client; psutil
# Envs
gym = gym[all]
gym = gym[all]==0.19.0
mlagents = mlagents
pettingzoo = pettingzoo==1.8.*
examples =
Expand Down

0 comments on commit 39a1340

Please sign in to comment.