Skip to content

Commit

Permalink
Merge pull request #68 from jxx123/fix_gymnasium_test
Browse files Browse the repository at this point in the history
Fix gym version to prevent compatibility issues
  • Loading branch information
jxx123 authored Oct 2, 2023
2 parents 9530607 + 21dd609 commit 35571b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ cycler~=0.11.0
dill~=0.3.7
Farama-Notifications~=0.0.4
fonttools~=4.42.0
gym~=0.9.4
gym==0.9.4
gymnasium~=0.29.1
idna~=3.4
iniconfig~=2.0.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def parse_requirements(filename):

setup(
name="simglucose",
version="0.2.6",
version="0.2.7",
description="A Type-1 Diabetes Simulator as a Reinforcement Learning Environment in OpenAI gym or rllab (python implementation of UVa/Padova Simulator)",
url="https://github.com/jxx123/simglucose",
author="Jinyu Xie",
Expand Down

0 comments on commit 35571b2

Please sign in to comment.