Skip to content

Commit

Permalink
fix: hydra_callbacks requires for proper PerfLogging
Browse files Browse the repository at this point in the history
  • Loading branch information
paquiteau committed Oct 16, 2024
1 parent 5c4a533 commit b29d5ee
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,16 @@ dependencies = [ # Optional
"brainweb-dl",
"mri-nufft",
"ismrmrd",
"hydra-core",
"hydra-callbacks",
"hydra-colorlog",
]

[project.optional-dependencies] # Optional
dev = ["black", "ruff", "isort"]
test = ["pytest", "pytest-cov", "pytest-sugar", "pytest-xdist"]
doc = ["myst-parser", "sphinx-copybutton","sphinx-gallery","sphinx-book-theme"]
toolkit = ["hydra-core", "hydra-callbacks", "hydra-colorlog", "matplotlib", "pysap-fmri"]
doc = ["myst-parser", "sphinx-copybutton","jupyter-book", "sphinx-gallery","sphinx-book-theme"]
toolkit = [ "matplotlib", "pysap-fmri"]
# List URLs that are relevant to your project
# This field corresponds to the "Project-URL" and "Home-Page" metadata fields:
[project.urls] # Optional
Expand Down

0 comments on commit b29d5ee

Please sign in to comment.