Skip to content

Commit

Permalink
Fix the MacOS os.setxattr bug (#81)
Browse files Browse the repository at this point in the history
Fixes #78

Signed-off-by: Fabrice Normandin <normandf@mila.quebec>
  • Loading branch information
lebrice authored Oct 31, 2024
1 parent 6400ed3 commit 2724bb8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ dependencies = [
"mkdocstrings[python]>=0.26.2",
"remote-slurm-executor",
"watchdog>=5.0.3",
"hydra-auto-schema",
"hydra-auto-schema>=0.0.3",
]
readme = "README.md"
requires-python = ">= 3.10"
Expand Down Expand Up @@ -132,7 +132,6 @@ dev-dependencies = [

[tool.uv.sources]
remote-slurm-executor = { git = "https://github.com/lebrice/remote-slurm-executor", branch = "master" }
hydra-auto-schema = { git = "https://github.com/lebrice/hydra-auto-schema", rev = "master" }

# [tool.uv.tasks]
# serve-docs = "mkdocs serve"
Expand Down
10 changes: 7 additions & 3 deletions uv.lock

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

0 comments on commit 2724bb8

Please sign in to comment.