Skip to content

Commit

Permalink
Upgrade dependencies and update README
Browse files Browse the repository at this point in the history
  • Loading branch information
alexhad6 committed Aug 30, 2023
1 parent 525b720 commit 34d4c40
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ To install along with [Astropy] for support for storing scalar [`astropy.units.Q
objects in the database, ParamDB can be installed with the `astropy` extra:

```
pip install -U paramdb[astropy]
pip install -U "paramdb[astropy]"
```

[astropy]: https://docs.astropy.org/en/stable/index.html
Expand Down
6 changes: 3 additions & 3 deletions poetry.lock

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

10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ repository = "https://github.com/PainterQubits/paramdb"
[tool.poetry.dependencies]
python = "^3.9"
typing-extensions = "^4.7.1"
sqlalchemy = "^2.0.19"
sqlalchemy = "^2.0.20"
zstandard = "^0.21.0"
astropy = {version = "^5.3.1", optional = true}
astropy = {version = "^5.3.2", optional = true}

[tool.poetry.extras]
astropy = ["astropy"]
Expand All @@ -22,13 +22,13 @@ pytest = "^7.4.0"
pytest-cov = "^4.1.0"
flake8 = "^6.1.0"
pylint = "^2.17.5"
mypy = "^1.4.1"
mypy = "^1.5.1"
black = "^23.7.0"

[tool.poetry.group.docs.dependencies]
sphinx = "^7.1.2"
sphinx = "^7.2.4"
myst-parser = "^2.0.0"
furo = "^2023.7.26"
furo = "^2023.8.19"
sphinx-copybutton = "^0.5.2"
jupyter-sphinx = "^0.4.0"
ipykernel = "^6.25.1"
Expand Down

0 comments on commit 34d4c40

Please sign in to comment.