Skip to content

Commit

Permalink
Drop all version pins and increment mobile-env version
Browse files Browse the repository at this point in the history
For better compatibility and to fix the CI
Increment to mobile-env 2.0.0 due to breaking API change with new gymnasium API
  • Loading branch information
stefanbschneider committed Apr 28, 2023
1 parent a5bfe2e commit 1cc93cf
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,18 @@


requirements = [
"gymnasium>=0.28.1",
"matplotlib==3.5.0",
"numpy==1.21.4",
"pandas==1.5.3",
"pygame==2.1.0",
"shapely==1.8.0",
"svgpath2mpl==1.0.0",
"gymnasium",
"matplotlib",
"numpy",
"pandas",
"pygame",
"shapely",
"svgpath2mpl",
]

setup(
name="mobile-env",
version="1.1.4",
version="2.0.0",
author="Stefan Schneider, Stefan Werner",
description="mobile-env: An Open Environment for Autonomous Coordination in Wireless Mobile Networks",
long_description=long_description,
Expand Down

0 comments on commit 1cc93cf

Please sign in to comment.