build(deps): configure package mirrors for faster downloads

This commit is contained in:
gameloader
2025-12-23 17:26:11 +08:00
parent 12d9c59a53
commit 3d97397a9e

View File

@@ -1,6 +1,7 @@
name: posedet name: posedet
channels: channels:
- pkgs/main - https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main/
- defaults
dependencies: dependencies:
- _libgcc_mutex=0.1 - _libgcc_mutex=0.1
- _openmp_mutex=5.1 - _openmp_mutex=5.1
@@ -73,81 +74,80 @@ dependencies:
- zeromq=4.3.5 - zeromq=4.3.5
- zlib=1.2.13 - zlib=1.2.13
- pip: - pip:
- GitPython==3.1.44 - --index-url https://pypi.tuna.tsinghua.edu.cn/simple
- Jinja2==3.1.6 - GitPython==3.1.44
- MarkupSafe==3.0.2 - Jinja2==3.1.6
- altair==5.5.0 - MarkupSafe==3.0.2
- attrs==25.3.0 - altair==5.5.0
- blinker==1.9.0 - attrs==25.3.0
- cachetools==5.5.2 - blinker==1.9.0
- certifi==2025.4.26 - cachetools==5.5.2
- charset-normalizer==3.4.2 - certifi==2025.4.26
- click==8.2.1 - charset-normalizer==3.4.2
- coloredlogs==15.0.1 - click==8.2.1
- contourpy==1.3.2 - coloredlogs==15.0.1
- cycler==0.12.1 - contourpy==1.3.2
- filelock==3.18.0 - cycler==0.12.1
- flatbuffers==25.2.10 - filelock==3.18.0
- fonttools==4.58.4 - flatbuffers==25.2.10
- fsspec==2025.5.1 - fonttools==4.58.4
- gitdb==4.0.12 - fsspec==2025.5.1
- humanfriendly==10.0 - gitdb==4.0.12
- idna==3.10 - humanfriendly==10.0
- imageio==2.37.0 - idna==3.10
- imageio-ffmpeg==0.6.0 - imageio==2.37.0
- jsonschema==4.24.0 - imageio-ffmpeg==0.6.0
- jsonschema-specifications==2025.4.1 - jsonschema==4.24.0
- kiwisolver==1.4.8 - jsonschema-specifications==2025.4.1
- matplotlib==3.10.3 - kiwisolver==1.4.8
- moviepy==2.2.1 - matplotlib==3.10.3
- mpmath==1.3.0 - moviepy==2.2.1
- narwhals==1.42.1 - mpmath==1.3.0
- networkx==3.4.2 - narwhals==1.42.1
- numpy==2.2.6 - networkx==3.4.2
- nvidia-cublas-cu12==12.6.4.1 - numpy==2.2.6
- nvidia-cuda-cupti-cu12==12.6.80 - nvidia-cublas-cu12==12.6.4.1
- nvidia-cuda-nvrtc-cu12==12.6.77 - nvidia-cuda-cupti-cu12==12.6.80
- nvidia-cuda-runtime-cu12==12.6.77 - nvidia-cuda-nvrtc-cu12==12.6.77
- nvidia-cudnn-cu12==9.5.1.17 - nvidia-cuda-runtime-cu12==12.6.77
- nvidia-cufft-cu12==11.3.0.4 - nvidia-cudnn-cu12==9.5.1.17
- nvidia-cufile-cu12==1.11.1.6 - nvidia-cufft-cu12==11.3.0.4
- nvidia-curand-cu12==10.3.7.77 - nvidia-cufile-cu12==1.11.1.6
- nvidia-cusolver-cu12==11.7.1.2 - nvidia-curand-cu12==10.3.7.77
- nvidia-cusparse-cu12==12.5.4.2 - nvidia-cusolver-cu12==11.7.1.2
- nvidia-cusparselt-cu12==0.6.3 - nvidia-cusparse-cu12==12.5.4.2
- nvidia-nccl-cu12==2.26.2 - nvidia-cusparselt-cu12==0.6.3
- nvidia-nvjitlink-cu12==12.6.85 - nvidia-nccl-cu12==2.26.2
- nvidia-nvtx-cu12==12.6.77 - nvidia-nvjitlink-cu12==12.6.85
- onnxruntime-gpu==1.22.0 - nvidia-nvtx-cu12==12.6.77
- opencv-contrib-python-headless==4.11.0.86 - onnxruntime-gpu==1.22.0
- pandas==2.3.0 - opencv-contrib-python-headless==4.11.0.86
- pillow==11.2.1 - pandas==2.3.0
- plotly==6.1.2 - pillow==11.2.1
- proglog==0.1.12 - plotly==6.1.2
- protobuf==6.31.1 - proglog==0.1.12
- pyarrow==20.0.0 - protobuf==6.31.1
- pydeck==0.9.1 - pyarrow==20.0.0
- pygame==2.6.1 - pydeck==0.9.1
- pyparsing==3.2.3 - pygame==2.6.1
- pyrealsense2==2.55.1.6486 - pyparsing==3.2.3
- python-dotenv==1.1.0 - pyrealsense2==2.55.1.6486
- pytz==2025.2 - python-dotenv==1.1.0
- referencing==0.36.2 - pytz==2025.2
- requests==2.32.4 - referencing==0.36.2
- rpds-py==0.25.1 - requests==2.32.4
- rtmlib==0.0.13 - rpds-py==0.25.1
- smmap==5.0.2 - rtmlib==0.0.13
- streamlit==1.45.1 - smmap==5.0.2
- sympy==1.14.0 - streamlit==1.45.1
- tenacity==9.1.2 - sympy==1.14.0
- toml==0.10.2 - tenacity==9.1.2
- torch==2.7.1 - toml==0.10.2
- torchaudio==2.7.1 - torch==2.7.1
- torchvision==0.22.1 - torchaudio==2.7.1
- tqdm==4.67.1 - torchvision==0.22.1
- triton==3.3.1 - tqdm==4.67.1
- tzdata==2025.2 - triton==3.3.1
- urllib3==2.4.0 - tzdata==2025.2
- watchdog==6.0.0 - urllib3==2.4.0
- watchdog==6.0.0
prefix: "/home/logic/.local/share/mamba/envs/posedet"