Skip to content

Commit

Permalink
Bump release version (#29)
Browse files Browse the repository at this point in the history
* bump release version

* Update readme to use pep517
  • Loading branch information
smorad authored Aug 29, 2023
1 parent fb86d68 commit c00fbb6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Please see the [documentation](https://popgym.readthedocs.io/en/latest/) for adv

```python
pip install popgym # base environments only, only requires numpy and gymnasium
pip install "popgym[navigation]" # also include navigation environments, which require mazelib
pip install --use-pep517 "popgym[navigation]" # also include navigation environments, which require mazelib
pip install "popgym[baselines]" # environments and memory baselines
```

Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ description = A collection of partially-observable procedural gym environments
long_description = file: README.md
long_description_content_type = text/markdown
author = Steven Morad
version = 1.0.3
version = 1.0.4
license = MIT
readme = README.md
requires_python = >=3.7 <=3.10 # Remove 3.10 limit when mazelib fixes its build process
requires_python = >=3.7
keywords = gym, gymnasium, pomdp, partially observable, reinforcement learning, rl

[options]
Expand Down

0 comments on commit c00fbb6

Please sign in to comment.