-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #145 from PainterQubits/develop
Merge develop into main
- Loading branch information
Showing
8 changed files
with
452 additions
and
423 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,38 +4,38 @@ build-backend = "poetry.core.masonry.api" | |
|
||
[tool.poetry] | ||
name = "paramdb" | ||
version = "0.10.1" | ||
version = "0.10.2" | ||
description = "Python package for storing and retrieving experiment parameters." | ||
authors = ["Alex Hadley <[email protected]>"] | ||
license = "BSD-3-Clause" | ||
readme = "README.md" | ||
repository = "https://github.com/PainterQubits/paramdb" | ||
|
||
[tool.poetry.dependencies] | ||
python = ">=3.9,<3.13" | ||
python = "^3.9" | ||
typing-extensions = "^4.8.0" | ||
sqlalchemy = "^2.0.23" | ||
zstandard = "^0.22.0" | ||
astropy = {version = "^5.3.4", optional = true} | ||
astropy = { version = "^6.0.0", optional = true } | ||
|
||
[tool.poetry.extras] | ||
astropy = ["astropy"] | ||
|
||
[tool.poetry.group.dev.dependencies] | ||
pytest = "^7.4.3" | ||
pytest-cov = "^4.1.0" | ||
mypy = "^1.7.1" | ||
flake8 = "^6.1.0" | ||
pylint = "^3.0.2" | ||
mypy = "^1.6.1" | ||
black = "^23.10.1" | ||
black = "^23.11.0" | ||
pytest = "^7.4.3" | ||
pytest-cov = "^4.1.0" | ||
|
||
[tool.poetry.group.docs.dependencies] | ||
sphinx = "^7.2.6" | ||
myst-parser = "^2.0.0" | ||
furo = "^2023.9.10" | ||
sphinx-copybutton = "^0.5.2" | ||
jupyter-sphinx = "^0.4.0" | ||
ipykernel = "^6.26.0" | ||
ipykernel = "^6.27.1" | ||
sphinx-autobuild = "^2021.3.14" | ||
|
||
[tool.mypy] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters