Skip to content

Commit

Permalink
[pyproject.toml] - feature: add overrides package as a dependency
Browse files Browse the repository at this point in the history
 - Include the 'overrides' package to extend the functionality provided by decorators

[uv.lock] - refactor: update lock file with new and adjusted dependencies

 - New dependency 'overrides' with a pinned version added to the lock file
 - Marker for 'importlib-metadata' updated to reflect compatibility below Python 3.10 instead of 3.11
 - The 'overrides' package specified with its source, version, hash, and size details
  • Loading branch information
JulesBelveze committed Nov 3, 2024
1 parent 807ed6f commit 4f39810
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ dependencies = [
"omegaconf>=2.0.0",
"matplotlib>=3.9.0",
"seaborn>=0.13.0",
"neptune-client[pytorch-lightning]>=1.8.6"
"neptune-client[pytorch-lightning]>=1.8.6",
"overrides>=7.7.0",
]

[project.optional-dependencies]
Expand Down
13 changes: 12 additions & 1 deletion uv.lock

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

0 comments on commit 4f39810

Please sign in to comment.