Skip to content

Commit

Permalink
conf: make dependencies make on mac processors
Browse files Browse the repository at this point in the history
  • Loading branch information
mmerdes committed Aug 21, 2024
1 parent aaadfd8 commit 96df50e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
6 changes: 4 additions & 2 deletions poetry.lock

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

8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ shapelysmooth = "^0.2.0"
flask-babel = "^4.0.0"
my-ultralytics-4bands = { git = "https://github.com/itisacloud/ultralytics_multiband_support.git", rev = "ef61cf9870755ae8b21b03253237d15f5856e1a6" }
torch = [
{ version = "^2.4.0+cpu", source = "pytorch-cpu", markers = "platform_system == 'Linux'" },
{ version = "^2.4.0", markers = "platform_system == 'Darwin'" }
{ version = "^2.4.0+cpu", source = "pytorch-cpu", platform = "linux" },
{ version = "^2.4.0", source = "pypi", platform = "darwin" }
]
torchvision = [
{ version = "^0.19.0+cpu", source = "pytorch-cpu", markers = "platform_system == 'Linux'" },
{ version = "^0.19.0", markers = "platform_system == 'Darwin'" }
{ version = "^0.19.0+cpu", source = "pytorch-cpu", platform = "linux" },
{ version = "^0.19.0", source = "pypi", platform = "darwin"}
]
"sam 2" = { git = "https://github.com/facebookresearch/segment-anything-2.git" }
setuptools = "^72.2.0" # dependencies of gdal
Expand Down

0 comments on commit 96df50e

Please sign in to comment.