Incremetn version

This commit is contained in:
Dominik Moritz Roth 2024-02-10 10:12:21 +01:00
parent 4eadfd1566
commit 5aec4f835f

View File

@ -1,6 +1,6 @@
[project] [project]
name = "fancy_gym" name = "fancy_gym"
version = "0.1.4" version = "0.3.0"
description = "Fancy Gym: Unifying interface for various RL benchmarks with support for Black Box approaches." description = "Fancy Gym: Unifying interface for various RL benchmarks with support for Black Box approaches."
readme = "README.md" readme = "README.md"
authors = [ authors = [
@ -26,6 +26,7 @@ classifiers = [
] ]
dependencies = [ dependencies = [
"toml",
"mp_pytorch<=0.1.3", "mp_pytorch<=0.1.3",
"mujoco==2.3.3", "mujoco==2.3.3",
"gymnasium[mujoco]>=0.26.0" "gymnasium[mujoco]>=0.26.0"