Skip to content

Commit

Permalink
Release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
m-wojnar committed Feb 12, 2024
1 parent 94c0589 commit 959f752
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "reinforced-lib"
version = "1.0.4"
version = "1.1.0"
requires-python = ">=3.9, <4"

description = "Reinforcement learning library"
Expand Down Expand Up @@ -35,15 +35,15 @@ classifiers = [
dependencies = [
"chex~=0.1.85",
"cloudpickle~=3.0.0",
"flax~=0.8.0",
"flax~=0.8.1",
"gymnasium~=0.29.1",
"jax~=0.4.23",
"jaxlib~=0.4.23",
"jax~=0.4.24",
"jaxlib~=0.4.24",
"lz4~=4.3.3",
"matplotlib~=3.8.2",
"optax~=0.1.8",
"optax~=0.1.9",
"tensorboardX~=2.6.2.2",
"wandb~=0.16.2"
"wandb~=0.16.3"
]

[project.optional-dependencies]
Expand Down

0 comments on commit 959f752

Please sign in to comment.