Skip to content

Commit

Permalink
Include dependencies needed for Python 3.10.
Browse files Browse the repository at this point in the history
  • Loading branch information
joaander committed Oct 18, 2024
1 parent 180468f commit 31bd50f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# This file was autogenerated by uv via the following command:
# uv pip compile --python-version 3.12 --python-platform linux requirements-test.in
# uv pip compile --python-version 3.10 --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.2
Expand All @@ -12,3 +14,5 @@ pluggy==1.5.0
# via pytest
pytest==8.3.3
# via -r requirements-test.in
tomli==2.0.2
# via pytest

0 comments on commit 31bd50f

Please sign in to comment.