Skip to content

Commit

Permalink
Update tensor-regression dependency
Browse files Browse the repository at this point in the history
Signed-off-by: Fabrice Normandin <[email protected]>
  • Loading branch information
lebrice committed Aug 7, 2024
1 parent 4ee7fe4 commit 84fcf6d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
11 changes: 6 additions & 5 deletions pdm.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion project/main_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def test_torch_can_use_the_GPU():
@use_overrides([""])
def test_defaults(experiment_config: Config) -> None:
assert experiment_config.algorithm["_target_"] == (
ExampleAlgorithm.__module__ + "." + ExampleAlgorithm.__name__
ExampleAlgorithm.__module__ + "." + ExampleAlgorithm.__qualname__
)
assert (
isinstance(experiment_config.datamodule, CIFAR10DataModule)
Expand Down
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ dependencies = [
"tensorboard>=2.16.2",
"gymnax>=0.0.8",
"torch-jax-interop>=0.0.7",
"tensor-regression>=0.0.4",
"simple-parsing>=0.1.5",
"pydantic==2.7.4",
"milatools>=0.0.18",
Expand Down Expand Up @@ -61,7 +60,7 @@ dev = [
"ruff>=0.3.3",
"pytest-benchmark>=4.0.0",
"pytest-cov>=5.0.0",
"tensor-regression @ git+https://www.github.com/lebrice/tensor_regression@add-skip-creation",
"tensor-regression>=0.0.6",
"pytest-testmon>=2.1.1",
"mkdocs>=1.6.0",
"pymdown-extensions>=10.8.1",
Expand Down

0 comments on commit 84fcf6d

Please sign in to comment.