Skip to content

Commit

Permalink
Merge branch 'main' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Lookatator committed Feb 25, 2025
2 parents 9fed88c + 480f81e commit d1e697a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ This PR introduces:
- [modification 1]
- [modification 2]


## Checks

- [ ] a clear description of the PR has been added
- [ ] sufficient tests have been written
- [ ] relevant section added to the documentation
- [ ] example notebook added to the repo
- [ ] example notebook have been added to the repo
- [ ] all example notebooks have been verified to execute without errors
- [ ] clean docstrings and comments have been written
- [ ] relevant section have been added to the documentation
- [ ] if any issue/observation has been discovered, a new issue has been opened

## Future improvements
Expand Down
2 changes: 1 addition & 1 deletion qdax/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.4.0"
__version__ = "0.4.1"
3 changes: 0 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,9 @@ absl-py==1.0.0
brax==0.10.4
chex==0.1.86
flax==0.8.5
gym==0.26.2
ipython
jax==0.4.28
jaxlib==0.4.28
jumanji==0.3.1
jupyter
numpy==1.26.4
optax==0.1.9
protobuf==3.19.5
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
"brax>=0.10.4",
"chex>=0.1.86",
"flax>=0.8.5",
"gym>=0.26.2",
"jax>=0.4.28",
"jaxlib>=0.4.28", # necessary to build the doc atm
"jinja2>=3.1.4",
Expand Down

0 comments on commit d1e697a

Please sign in to comment.