Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release/4.0.1 #57

Merged
merged 2 commits into from
Oct 29, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/).

## [Unreleased]

## [4.0.1] - 2023-10-30

### Fixed

- Removed dependency on an old version of `gym` which in turn brought in an old version of `pyglet` that caused issues
on Windows.

## [4.0.0] - 2023-10-27

### Removed
Expand Down
46 changes: 17 additions & 29 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ argon2-cffi-bindings==21.2.0
# via argon2-cffi
arrow==1.3.0
# via isoduration
asttokens==2.4.0
asttokens==2.4.1
# via stack-data
async-lru==2.0.4
# via jupyterlab
Expand All @@ -35,7 +35,7 @@ attrs==23.1.0
# flake8-eradicate
# jsonschema
# referencing
babel==2.13.0
babel==2.13.1
# via
# jupyterlab-server
# sphinx
Expand All @@ -47,15 +47,15 @@ benchmarker==4.0.1
# via flatland-rl (pyproject.toml)
bleach==6.1.0
# via nbconvert
boto3==1.28.68
boto3==1.28.73
# via flatland-rl (pyproject.toml)
botocore==1.31.68
botocore==1.31.73
# via
# boto3
# s3transfer
build==1.0.3
# via pip-tools
cachetools==5.3.1
cachetools==5.3.2
# via tox
certifi==2023.7.22
# via
Expand All @@ -73,9 +73,8 @@ click==8.1.7
# pip-tools
# ray
# wandb
cloudpickle==1.2.2
cloudpickle==3.0.0
# via
# gym
# gymnasium
# stable-baselines3
colorama==0.4.6
Expand Down Expand Up @@ -118,13 +117,13 @@ exceptiongroup==1.1.3
# via
# anyio
# pytest
executing==2.0.0
executing==2.0.1
# via stack-data
farama-notifications==0.0.4
# via gymnasium
fastjsonschema==2.18.1
# via nbformat
filelock==3.12.4
filelock==3.13.0
# via
# ray
# torch
Expand All @@ -146,16 +145,12 @@ frozenlist==1.4.0
# ray
fsspec==2023.10.0
# via torch
future==0.18.3
# via pyglet
gitdb==4.0.11
# via gitpython
gitpython==3.1.40
# via wandb
graphviz==0.20.1
# via flatland-rl (pyproject.toml)
gym==0.14.0
# via flatland-rl (pyproject.toml)
gymnasium==0.29.1
# via
# pettingzoo
Expand Down Expand Up @@ -194,7 +189,7 @@ ipycytoscape==1.3.3
# via flatland-rl (pyproject.toml)
ipyevents==2.0.2
# via flatland-rl (pyproject.toml)
ipykernel==6.25.2
ipykernel==6.26.0
# via
# jupyter
# jupyter-console
Expand Down Expand Up @@ -250,7 +245,7 @@ jsonschema-specifications==2023.7.1
# via jsonschema
jupyter==1.0.0
# via flatland-rl (pyproject.toml)
jupyter-client==8.4.0
jupyter-client==8.5.0
# via
# ipykernel
# jupyter-console
Expand Down Expand Up @@ -288,7 +283,7 @@ jupyter-lsp==2.2.0
# via jupyterlab
jupyter-nbextensions-configurator==0.6.3
# via jupyter-contrib-nbextensions
jupyter-server==2.8.0
jupyter-server==2.9.1
# via
# jupyter-lsp
# jupyterlab
Expand Down Expand Up @@ -387,15 +382,13 @@ numpy==1.24.4
# via
# contourpy
# flatland-rl (pyproject.toml)
# gym
# gymnasium
# ipycanvas
# matplotlib
# msgpack-numpy
# pandas
# pettingzoo
# ray
# scipy
# seaborn
# stable-baselines3
# supersuit
Expand Down Expand Up @@ -483,10 +476,8 @@ pycparser==2.21
# via cffi
pyflakes==3.1.0
# via flake8
pyglet==1.3.2
# via
# flatland-rl (pyproject.toml)
# gym
pyglet==2.0.9
# via flatland-rl (pyproject.toml)
pygments==2.16.1
# via
# ipython
Expand All @@ -502,7 +493,7 @@ pyproject-api==1.6.1
# via tox
pyproject-hooks==1.0.0
# via build
pytest==7.4.2
pytest==7.4.3
# via flatland-rl (pyproject.toml)
python-dateutil==2.8.2
# via
Expand Down Expand Up @@ -535,7 +526,7 @@ pyzmq==25.1.1
# qtconsole
qtconsole==5.4.4
# via jupyter
qtpy==2.4.0
qtpy==2.4.1
# via qtconsole
ray==2.7.1
# via flatland-rl (pyproject.toml)
Expand Down Expand Up @@ -584,8 +575,6 @@ rpds-py==0.10.6
# referencing
s3transfer==0.7.0
# via boto3
scipy==1.10.1
# via gym
seaborn==0.13.0
# via flatland-rl (pyproject.toml)
send2trash==1.8.2
Expand All @@ -599,7 +588,6 @@ six==1.16.0
# asttokens
# bleach
# docker-pycreds
# gym
# python-dateutil
# recordtype
# rfc3339-validator
Expand Down Expand Up @@ -682,7 +670,7 @@ tornado==6.3.3
# terminado
tox==4.11.3
# via flatland-rl (pyproject.toml)
traitlets==5.11.2
traitlets==5.12.0
# via
# comm
# ipykernel
Expand Down Expand Up @@ -724,7 +712,7 @@ urllib3==1.26.18
# requests
# sentry-sdk
# twine
virtualenv==20.24.5
virtualenv==20.24.6
# via tox
wandb==0.15.12
# via flatland-rl (pyproject.toml)
Expand Down
30 changes: 9 additions & 21 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ appdirs==1.4.4
# via wandb
appnope==0.1.3
# via ipython
asttokens==2.4.0
asttokens==2.4.1
# via stack-data
async-timeout==4.0.3
# via redis
Expand All @@ -22,9 +22,9 @@ attrs==23.1.0
# referencing
backcall==0.2.0
# via ipython
boto3==1.28.68
boto3==1.28.73
# via flatland-rl (pyproject.toml)
botocore==1.31.68
botocore==1.31.73
# via
# boto3
# s3transfer
Expand All @@ -39,9 +39,8 @@ click==8.1.7
# flatland-rl (pyproject.toml)
# ray
# wandb
cloudpickle==1.2.2
cloudpickle==3.0.0
# via
# gym
# gymnasium
# stable-baselines3
comm==0.1.4
Expand All @@ -58,11 +57,11 @@ decorator==5.1.1
# via ipython
docker-pycreds==0.4.0
# via wandb
executing==2.0.0
executing==2.0.1
# via stack-data
farama-notifications==0.0.4
# via gymnasium
filelock==3.12.4
filelock==3.13.0
# via
# ray
# torch
Expand All @@ -74,16 +73,12 @@ frozenlist==1.4.0
# ray
fsspec==2023.10.0
# via torch
future==0.18.3
# via pyglet
gitdb==4.0.11
# via gitpython
gitpython==3.1.40
# via wandb
graphviz==0.20.1
# via flatland-rl (pyproject.toml)
gym==0.14.0
# via flatland-rl (pyproject.toml)
gymnasium==0.29.1
# via
# pettingzoo
Expand Down Expand Up @@ -155,15 +150,13 @@ numpy==1.24.4
# via
# contourpy
# flatland-rl (pyproject.toml)
# gym
# gymnasium
# ipycanvas
# matplotlib
# msgpack-numpy
# pandas
# pettingzoo
# ray
# scipy
# seaborn
# stable-baselines3
# supersuit
Expand Down Expand Up @@ -206,10 +199,8 @@ ptyprocess==0.7.0
# via pexpect
pure-eval==0.2.2
# via stack-data
pyglet==1.3.2
# via
# flatland-rl (pyproject.toml)
# gym
pyglet==2.0.9
# via flatland-rl (pyproject.toml)
pygments==2.16.1
# via ipython
pyparsing==3.1.1
Expand Down Expand Up @@ -255,8 +246,6 @@ rpds-py==0.10.6
# referencing
s3transfer==0.7.0
# via boto3
scipy==1.10.1
# via gym
seaborn==0.13.0
# via flatland-rl (pyproject.toml)
sentry-sdk==1.32.0
Expand All @@ -267,7 +256,6 @@ six==1.16.0
# via
# asttokens
# docker-pycreds
# gym
# python-dateutil
# recordtype
smmap==5.0.1
Expand All @@ -288,7 +276,7 @@ tinyscaler==1.2.7
# via supersuit
torch==2.1.0
# via stable-baselines3
traitlets==5.11.2
traitlets==5.12.0
# via
# comm
# ipython
Expand Down
Loading