Skip to content

Commit

Permalink
version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelTMatthews committed Mar 5, 2024
1 parent 95598d7 commit c9452b5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,14 @@
</p>

<p align="center">
<a href= "https://pypi.org/project/craftax/">
<img src="https://img.shields.io/badge/python-3.9%20%7C%203.10%20%7C%203.11%20%7C%203.12-blue" /></a>
<a href= "https://pypi.org/project/craftax/">
<img src="https://img.shields.io/badge/pypi-1.1.0-green" /></a>
<a href= "https://github.com/MichaelTMatthews/Craftax/blob/main/LICENSE">
<img src="https://img.shields.io/badge/License-MIT-blue" /></a>
<img src="https://img.shields.io/badge/License-MIT-yellow" /></a>
<a href= "https://craftaxenv.github.io/">
<img src="https://img.shields.io/badge/blog_post-purple" /></a>
<img src="https://img.shields.io/badge/blog-link-purple" /></a>
<a href= "https://arxiv.org/pdf/2402.16801.pdf">
<img src="https://img.shields.io/badge/arxiv-2402.16801-b31b1b" /></a>
<a href= "https://github.com/psf/black">
Expand Down
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ build-backend = "setuptools.build_meta"

[project]
name = "craftax"
version = "1.0.0"
version = "1.1.0"
authors = [
{ name="Michael Matthews", email="michael.matthews@eng.ox.ac.uk" },
]
description = "An open-world environment for training RL agents"
readme = "README.md"
requires-python = ">=3.8"
requires-python = ">=3.9"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
Expand All @@ -22,8 +22,8 @@ dependencies = [
"optax",
"flax",
"numpy",
"black==23.3.0",
"pre-commit==3.3.3",
"black",
"pre-commit",
"argparse",
"wandb",
"orbax-checkpoint",
Expand Down

0 comments on commit c9452b5

Please sign in to comment.