Skip to content
This repository has been archived by the owner on Dec 8, 2024. It is now read-only.

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
JR-1991 committed Feb 22, 2024
1 parent 6c93cbd commit 58f2f56
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 3 deletions.
20 changes: 19 additions & 1 deletion poetry.lock

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

5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ packages = [{include = "sdRDM"}]

[tool.poetry.dependencies]
python = "^3.9"
pydantic = "2.5.3"
pydantic-xml = "^2.7.0"
pydantic = "^2.6.0"
pydantic-xml = "^2.9.0"
numpy = "^1.26.3"
pandas = "^2.1.4"
jinja2 = "^3.1.3"
Expand All @@ -30,6 +30,7 @@ astropy = "^6.0.0"
markdown-it-py = "^3.0.0"
rich = "^13.7.0"
lxml = "^5.1.0"
python-frontmatter = "^1.1.0"

[tool.poetry.group.dev.dependencies]
coverage = "^7.4.0"
Expand Down

0 comments on commit 58f2f56

Please sign in to comment.