Skip to content

Commit

Permalink
Add the moderngl-window fork as Path dependencie
Browse files Browse the repository at this point in the history
  • Loading branch information
Tremeschin committed Mar 7, 2024
1 parent e1920ea commit df4cde1
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 25 deletions.
3 changes: 3 additions & 0 deletions DepthFlow/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
import transformers
from ShaderFlow import *

import Broken
from Broken import *

DEPTHFLOW = BrokenProject(
Expand All @@ -12,6 +13,8 @@
RESOURCES=DepthFlowResources,
)

Broken.PROJECT = DEPTHFLOW

# isort: off
from .Modules import *
from .DepthFlow import *
48 changes: 25 additions & 23 deletions poetry.lock

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

5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,9 @@ torch = {version="2.0.1", source="torch-cpu"}
torchvision = "0.15.2"

[tool.poetry.dev-dependencies]
broken-source = {path="../../", develop=true}
shaderflow = {path="../ShaderFlow", develop=true}
broken-source = {path="../../", develop=true}
shaderflow = {path="../ShaderFlow", develop=true}
moderngl-window = {path="../ShaderFlow/Custom/ModernGLW", develop=true}

[[tool.poetry.source]]
name = "torch-cpu"
Expand Down

0 comments on commit df4cde1

Please sign in to comment.