Skip to content

Commit

Permalink
chore(pyproject): Freezing dependencies versions from core packages. (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
pesap committed Apr 17, 2024
1 parent c9d1650 commit a25f38b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ classifiers = [
"Programming Language :: Python :: Implementation :: PyPy",
]
dependencies = [
"numpy",
"pyarrow",
"pint",
"loguru",
"rich",
"numpy~=1.26.4",
"pyarrow~=15.0.2",
"pint~=0.23",
"loguru~=0.7.2",
"rich~=13.7.1",
"pydantic >= 2.4, <= 3",
]
[project.optional-dependencies]
Expand Down

0 comments on commit a25f38b

Please sign in to comment.