Skip to content

Commit

Permalink
update pyproject
Browse files Browse the repository at this point in the history
  • Loading branch information
Howuhh committed Dec 3, 2023
1 parent a8509ae commit e29a50b
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,19 +38,19 @@ dependencies = [

[project.optional-dependencies]
dev = [
"ruff==0.1.6",
"pre-commit==3.3.3"
"ruff>=0.1.6",
"pre-commit>=3.3.3"
]

baselines = [
"matplotlib",
"imageio",
"wandb",
"pyrallis",
"distrax",
"optax",
"tensorboard",
"orbax"
"matplotlib>=3.7.2",
"imageio>=2.31.2",
"imageio-ffmpeg>=0.4.9",
"wandb>=0.15.10",
"pyrallis>=0.3.1",
"distrax>=0.1.4",
"optax>=0.1.5",
"orbax>=0.1.9"
]


Expand Down

0 comments on commit e29a50b

Please sign in to comment.