Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: grantmerz/deepdisc
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.1
Choose a base ref
...
head repository: grantmerz/deepdisc
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.1.1
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Nov 25, 2024

  1. change metadata url

    grantmerz committed Nov 25, 2024
    Copy the full SHA
    1f04620 View commit details
  2. Merge pull request #121 from grantmerz/pypi

    change metadata url
    grantmerz authored Nov 25, 2024
    Copy the full SHA
    59fce3c View commit details
Showing with 1 addition and 1 deletion.
  1. +1 −1 pyproject.toml
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -22,7 +22,7 @@ dependencies = [
[metadata]
description = "Deep learning for astronomical image processing using detectron2."
long_description = { file = "README.md" }
url = "https://github.com/lincc-frameworks/deepdisc"
url = "https://github.com/grantmerz/deepdisc"

# On a mac, install optional dependencies with `pip install '.[dev]'` (include the single quotes)
[project.optional-dependencies]