Skip to content

Commit

Permalink
Add ray to testing dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
moeyensj committed Oct 26, 2023
1 parent 13c8809 commit 908722e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ path = "adam_core/__version__.py"

[tool.hatch.envs.dev]
dependencies = [
"ray", # TODO: Move to main dependencies once we are ready to move away from concurrent futures
"black==22.10.0",
"isort",
"mypy",
Expand Down Expand Up @@ -157,4 +158,4 @@ clean = [

open-html = [
"open docs/build/html/index.html"
]
]

0 comments on commit 908722e

Please sign in to comment.