-
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.
Changed significant digit for dependencies, allowing for less restric…
…tive package use while still safeguarding against breaking changes. Note that Python 3.13 needs pydantic 2.8.x
- Loading branch information
1 parent
50a5fc4
commit 2fce1bd
Showing
2 changed files
with
24 additions
and
23 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,15 @@ | ||
-r requirements.txt | ||
coverage[toml]~=7.6.1 | ||
mkdocs~=1.6.1 | ||
mkdocstrings[python]~=0.26.1 | ||
mkdocs-material~=9.5.40 | ||
mypy~=1.10.0 | ||
pytest-cov~=5.0.0 | ||
requests-mock~=1.12.1 | ||
ruff~=0.4.7 | ||
setuptools~=75.1.0 | ||
setuptools-scm[toml]~=8.1.0 | ||
tox~=4.21.2 | ||
tox-uv~=1.11.3 | ||
types-requests~=2.31.0 | ||
coverage[toml]~=7.6 | ||
mkdocs~=1.6 | ||
mkdocstrings[python]~=0.26 | ||
mkdocs-material~=9.5 | ||
mypy~=1.10 | ||
pytest-cov~=5.0 | ||
requests-mock~=1.12 | ||
ruff~=0.4 | ||
setuptools~=75.1 | ||
setuptools-scm[toml]~=8.1 | ||
tox~=4.21 | ||
tox-uv~=1.11 | ||
types-requests~=2.31 | ||
uv~=0.4 |
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 |
---|---|---|
@@ -1,10 +1,10 @@ | ||
absl-py~=1.4.0 | ||
click~=8.1.7 | ||
configparser~=5.0.2 | ||
numpy~=1.26.4 | ||
pandas~=2.2.2 | ||
pandas-stubs~=2.2.2 | ||
pydantic~=2.7.1 | ||
pytest~=7.2.1 | ||
python-dateutil~=2.9.0 | ||
requests~=2.31.0 | ||
absl-py~=1.4 | ||
click~=8.1 | ||
configparser~=5.0 | ||
numpy~=1.26 | ||
pandas~=2.2 | ||
pandas-stubs~=2.2 | ||
pydantic~=2.7 | ||
pytest~=7.2 | ||
python-dateutil~=2.9 | ||
requests~=2.31 |