Skip to content

Commit

Permalink
Changed significant digit for dependencies, allowing for less restric…
Browse files Browse the repository at this point in the history
…tive package use while still safeguarding against breaking changes.

Note that Python 3.13 needs pydantic 2.8.x
  • Loading branch information
Sigurd-Borge committed Oct 18, 2024
1 parent 50a5fc4 commit 2fce1bd
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 23 deletions.
27 changes: 14 additions & 13 deletions requirements-dev.txt
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
20 changes: 10 additions & 10 deletions requirements.txt
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

0 comments on commit 2fce1bd

Please sign in to comment.