Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/update_env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
python-version: "3.11"
- name: Compile
run: |
python -m pip install pip==25.3
python -m pip install pip-tools==7.5.2
python .github/workflows/update_env.py compile
- uses: actions/upload-artifact@v4
Expand Down
2 changes: 1 addition & 1 deletion test_package/numpy/env/darwin.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ pluggy==1.6.0
# via pytest
pygments==2.19.2
# via pytest
pytest==8.4.1
pytest==9.0.2
# via
# -r test_package/numpy/requirements.txt
# pytest-xdist
Expand Down
2 changes: 1 addition & 1 deletion test_package/numpy/env/linux.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ pluggy==1.6.0
# via pytest
pygments==2.19.2
# via pytest
pytest==8.4.1
pytest==9.0.2
# via
# -r test_package/numpy/requirements.txt
# pytest-xdist
Expand Down
2 changes: 1 addition & 1 deletion test_package/numpy/env/win32.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pluggy==1.6.0
# via pytest
pygments==2.19.2
# via pytest
pytest==8.4.1
pytest==9.0.2
# via
# -r test_package/numpy/requirements.txt
# pytest-xdist
Expand Down
2 changes: 1 addition & 1 deletion test_package/numpy/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
hypothesis==6.136.2
numpy==2.4.2
pytest-xdist==3.8.0
pytest==8.4.1
pytest==9.0.2
typing-extensions==4.14.1