Skip to content

Commit

Permalink
pyproject bug fix and req update
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Rutherford committed Dec 3, 2023
1 parent 2d2c014 commit 71a4ea7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ include = ['jaxmarl*']
[tool.setuptools.dynamic]
version = {attr = "jaxmarl.__version__"}
dependencies = {file = ["requirements/requirements.txt"]}
optional-dependencies = {dev = { file = ["requirements/requirements-dev.txt"] }, qlearning = { file = ["requirements-qlearning.txt"] }}
optional-dependencies = {dev = { file = ["requirements/requirements-dev.txt"] }, qlearning = { file = ["requirements/requirements-qlearning.txt"] }}

[project]
name = "jaxmarl"
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ distrax>=0.1.3
pillow>=9.5.0
brax>=0.9
gymnax>=0.0.6
typing-extensions>=4.7.1
typing-extensions<4.6.0
wandb
hydra-core>=1.3.2
omegaconf>=2.3.0
Expand Down

0 comments on commit 71a4ea7

Please sign in to comment.