Skip to content

Commit

Permalink
Test with the latest depdencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
joaander committed Oct 18, 2024
1 parent de52407 commit 180468f
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 36 deletions.
2 changes: 1 addition & 1 deletion .github/requirements-build-sdist.in
Original file line number Diff line number Diff line change
@@ -1 +1 @@
build == 1.1.1
build == 1.2.2
14 changes: 5 additions & 9 deletions .github/requirements-build-sdist.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
#
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# pip-compile requirements-build-sdist.in
#
build==1.1.1
# This file was autogenerated by uv via the following command:
# uv pip compile --python-version 3.12 --python-platform linux requirements-build-sdist.in
build==1.2.2
# via -r requirements-build-sdist.in
packaging==24.0
packaging==24.1
# via build
pyproject-hooks==1.1.0
pyproject-hooks==1.2.0
# via build
4 changes: 2 additions & 2 deletions .github/requirements-test.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
cython == 3.0.11
numpy == 2.1.1
pytest == 8.3.2
numpy == 2.1.2
pytest == 8.3.3
10 changes: 3 additions & 7 deletions .github/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,18 +1,14 @@
# This file was autogenerated by uv via the following command:
# uv pip compile -p 3.10.1 requirements-test.in
# uv pip compile --python-version 3.12 --python-platform linux requirements-test.in
cython==3.0.11
# via -r requirements-test.in
exceptiongroup==1.2.2
# via pytest
iniconfig==2.0.0
# via pytest
numpy==2.1.1
numpy==2.1.2
# via -r requirements-test.in
packaging==24.1
# via pytest
pluggy==1.5.0
# via pytest
pytest==8.3.2
pytest==8.3.3
# via -r requirements-test.in
tomli==2.0.1
# via pytest
2 changes: 1 addition & 1 deletion doc/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ breathe == 4.35.0
cython == 3.0.11
furo == 2024.8.6
ipython == 8.28.0
numpy == 2.1.1
numpy == 2.1.2
pandas == 2.2.3
pyarrow == 17.0.0
sphinx == 8.1.3
Expand Down
32 changes: 16 additions & 16 deletions doc/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This file was autogenerated by uv via the following command:
# uv pip compile requirements.in
# uv pip compile --python-version 3.12 --python-platform linux requirements.in
alabaster==1.0.0
# via sphinx
asttokens==2.4.1
Expand All @@ -9,13 +9,13 @@ babel==2.16.0
beautifulsoup4==4.12.3
# via furo
breathe==4.35.0
# via -r doc/requirements.in
# via -r requirements.in
certifi==2024.8.30
# via requests
charset-normalizer==3.3.2
charset-normalizer==3.4.0
# via requests
cython==3.0.11
# via -r doc/requirements.in
# via -r requirements.in
decorator==5.1.1
# via ipython
docutils==0.21.2
Expand All @@ -25,42 +25,42 @@ docutils==0.21.2
executing==2.1.0
# via stack-data
furo==2024.8.6
# via -r doc/requirements.in
# via -r requirements.in
idna==3.10
# via requests
imagesize==1.4.1
# via sphinx
ipython==8.28.0
# via -r doc/requirements.in
# via -r requirements.in
jedi==0.19.1
# via ipython
jinja2==3.1.4
# via sphinx
markupsafe==2.1.5
markupsafe==3.0.2
# via jinja2
matplotlib-inline==0.1.7
# via ipython
numpy==2.1.1
numpy==2.1.2
# via
# -r doc/requirements.in
# -r requirements.in
# pandas
# pyarrow
packaging==24.1
# via sphinx
pandas==2.2.3
# via -r doc/requirements.in
# via -r requirements.in
parso==0.8.4
# via jedi
pexpect==4.9.0
# via ipython
prompt-toolkit==3.0.47
prompt-toolkit==3.0.48
# via ipython
ptyprocess==0.7.0
# via pexpect
pure-eval==0.2.3
# via stack-data
pyarrow==17.0.0
# via -r doc/requirements.in
# via -r requirements.in
pygments==2.18.0
# via
# furo
Expand All @@ -82,7 +82,7 @@ soupsieve==2.6
# via beautifulsoup4
sphinx==8.1.3
# via
# -r doc/requirements.in
# -r requirements.in
# breathe
# furo
# sphinx-basic-ng
Expand All @@ -91,13 +91,13 @@ sphinx==8.1.3
sphinx-basic-ng==1.0.0b2
# via furo
sphinx-copybutton==0.5.2
# via -r doc/requirements.in
# via -r requirements.in
sphinxcontrib-applehelp==2.0.0
# via sphinx
sphinxcontrib-devhelp==2.0.0
# via sphinx
sphinxcontrib-googleanalytics==0.4
# via -r doc/requirements.in
# via -r requirements.in
sphinxcontrib-htmlhelp==2.1.0
# via sphinx
sphinxcontrib-jsmath==1.0.1
Expand All @@ -112,7 +112,7 @@ traitlets==5.14.3
# via
# ipython
# matplotlib-inline
tzdata==2024.1
tzdata==2024.2
# via pandas
urllib3==2.2.3
# via requests
Expand Down

0 comments on commit 180468f

Please sign in to comment.