Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdstein committed May 28, 2024
1 parent efd9e9c commit 83b752d
Showing 1 changed file with 1 addition and 22 deletions.
23 changes: 1 addition & 22 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,28 +50,7 @@ dev = [
]

[project.urls]
Homepage = "https://github.com/winter-telescope/winterapi"

<<<<<<< HEAD
[tool.poetry.dependencies]
python = ">3.10,<3.12"
requests = "^2.31.0"
backoff = "^2.2.1"
ligo-gracedb = "^2.12.0"
jupyter = "^1.0.0"
lxml = "^4.9.3"
wget = "^3.2"
astropy = "^5.3"
numpy = "1.26.1"
gwemopt = { path = "./snipergw/gwemopt", develop = true }
pandas = ">1.4.0"
pydantic = "^1.10.9"
planobs = "^0.7.3"
black = "^23.10.1"
isort = {extras = ["pyproject"], version = "^5.12.0"}
pre-commit = "^3.5.0"
coveralls = {extras = ["toml"], version = "^3.3.1"}
winterapi = "^0.2.0"
Homepage = "https://github.com/robertdstein/snipergw"

[tool.setuptools]
packages = ["snipergw"]
Expand Down

0 comments on commit 83b752d

Please sign in to comment.