Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update pip package requests to 2.31 with bug fix #2426

Merged
merged 1 commit into from
Jun 14, 2023
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
2 changes: 1 addition & 1 deletion examples/python/colmap/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
opencv-python<4.6 # Avoid opencv-4.6 since it rotates images incorrectly (https://github.com/opencv/opencv/issues/22088)
numpy
requests==2.28.1
requests>=2.31,<3
rerun-sdk
tqdm
2 changes: 1 addition & 1 deletion examples/python/deep_sdf/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
-e git+https://github.com/marian42/mesh_to_sdf.git#egg=mesh_to_sdf

numpy
requests==2.28.1
requests>=2.31,<3
rerun-sdk
scikit-learn==1.1.3
trimesh==3.15.2
4 changes: 2 additions & 2 deletions examples/python/dicom/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dicom_numpy==0.6.2
numpy
pydicom==2.3.0
requests==2.28.1
requests>=2.31,<3
rerun-sdk
types-requests==2.28.11
types-requests>=2.31,<3
2 changes: 1 addition & 1 deletion examples/python/mp_pose/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ mediapipe-silicon>=0.8.11; platform_system == "Darwin" and platform.machine == '
mediapipe>=0.8.11; platform_system != "Darwin" and platform.machine != 'arm64'
numpy
opencv-python<4.6 # Avoid opencv-4.6 since it rotates images incorrectly (https://github.com/opencv/opencv/issues/22088)
requests
requests>=2.31,<3
rerun-sdk
2 changes: 1 addition & 1 deletion examples/python/nyud/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
numpy
opencv-python<4.6 # Avoid opencv-4.6 since it rotates images incorrectly (https://github.com/opencv/opencv/issues/22088)
requests
requests>=2.31,<3
rerun-sdk
tqdm
2 changes: 1 addition & 1 deletion examples/python/objectron/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
betterproto[compiler]
numpy
opencv-python<4.6 # Avoid opencv-4.6 since it rotates images incorrectly (https://github.com/opencv/opencv/issues/22088)
requests
requests>=2.31,<3
rerun-sdk
scipy
2 changes: 1 addition & 1 deletion examples/python/raw_mesh/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
numpy
requests==2.28.1
requests>=2.31,<3
rerun-sdk
trimesh==3.15.2
pillow
2 changes: 1 addition & 1 deletion examples/python/segment_anything/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
-e git+https://github.com/facebookresearch/segment-anything.git#egg=segment-anything
numpy
opencv-python
requests
requests>=2.31,<3
rerun-sdk
torch
torchvision
Expand Down
2 changes: 1 addition & 1 deletion examples/python/stable_diffusion/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ftfy
numpy
packaging
pillow
requests==2.28.1
requests>=2.31,<3
rerun-sdk
scipy
torch>=1.13.0
Expand Down
2 changes: 1 addition & 1 deletion examples/python/tracking_hf_opencv/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ numpy
opencv-contrib-python<4.6 # Avoid opencv-4.6 since it rotates images incorrectly (https://github.com/opencv/opencv/issues/22088)
opencv-python<4.6 # Avoid opencv-4.6 since it rotates images incorrectly (https://github.com/opencv/opencv/issues/22088)
pillow
requests==2.28.1
requests>=2.31,<3
rerun-sdk
timm==0.6.11
torch>=1.13.0
Expand Down
2 changes: 1 addition & 1 deletion rerun_py/requirements-lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ pip-check-reqs==2.4.3 # Checks for missing deps in requirements.txt files
pyupgrade==2.37.3
ruff==0.0.251
types-Deprecated==1.2.9
types-requests==2.28.10
types-requests>=2.31,<3