Skip to content

Commit

Permalink
Add versions for dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
tompollard committed Jun 15, 2024
1 parent bdfe270 commit 15b4ca1
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ classifiers = [
"Operating System :: OS Independent",
]
dependencies = [
"numpy",
"pandas",
"scipy",
"statsmodels",
"tabulate",
"Jinja2",
"openpyxl",
"Jinja2 >= 3.1.4",
"numpy >= 1.19.1",
"openpyxl >= 3.1.2",
"pandas >= 2.0.3",
"scipy >= 1.10.1",
"statsmodels >= 0.14.1",
"tabulate >= 0.9.0",
]

[tool.black]
Expand All @@ -39,4 +39,4 @@ reportMissingImports = true
[project.urls]
homepage = "https://github.com/tompollard/tableone/"
documentation = "https://tableone.readthedocs.io/"
repository = "https://github.com/tompollard/tableone/"
repository = "https://github.com/tompollard/tableone/"

0 comments on commit 15b4ca1

Please sign in to comment.