chore(deps): update environment.yml with latest dependencies
This commit is contained in:
@ -1,6 +1,6 @@
|
|||||||
name: posedet
|
name: posedet
|
||||||
channels:
|
channels:
|
||||||
- defaults
|
- pkgs/main
|
||||||
dependencies:
|
dependencies:
|
||||||
- _libgcc_mutex=0.1
|
- _libgcc_mutex=0.1
|
||||||
- _openmp_mutex=5.1
|
- _openmp_mutex=5.1
|
||||||
@ -40,7 +40,7 @@ dependencies:
|
|||||||
- packaging=24.2
|
- packaging=24.2
|
||||||
- parso=0.8.4
|
- parso=0.8.4
|
||||||
- pexpect=4.8.0
|
- pexpect=4.8.0
|
||||||
- pip=25.1
|
- pip
|
||||||
- platformdirs=4.3.7
|
- platformdirs=4.3.7
|
||||||
- prompt-toolkit=3.0.43
|
- prompt-toolkit=3.0.43
|
||||||
- prompt_toolkit=3.0.43
|
- prompt_toolkit=3.0.43
|
||||||
@ -73,6 +73,9 @@ dependencies:
|
|||||||
- zeromq=4.3.5
|
- zeromq=4.3.5
|
||||||
- zlib=1.2.13
|
- zlib=1.2.13
|
||||||
- pip:
|
- pip:
|
||||||
|
- GitPython==3.1.44
|
||||||
|
- Jinja2==3.1.6
|
||||||
|
- MarkupSafe==3.0.2
|
||||||
- altair==5.5.0
|
- altair==5.5.0
|
||||||
- attrs==25.3.0
|
- attrs==25.3.0
|
||||||
- blinker==1.9.0
|
- blinker==1.9.0
|
||||||
@ -88,15 +91,15 @@ dependencies:
|
|||||||
- fonttools==4.58.4
|
- fonttools==4.58.4
|
||||||
- fsspec==2025.5.1
|
- fsspec==2025.5.1
|
||||||
- gitdb==4.0.12
|
- gitdb==4.0.12
|
||||||
- gitpython==3.1.44
|
|
||||||
- humanfriendly==10.0
|
- humanfriendly==10.0
|
||||||
- idna==3.10
|
- idna==3.10
|
||||||
- jinja2==3.1.6
|
- imageio==2.37.0
|
||||||
|
- imageio-ffmpeg==0.6.0
|
||||||
- jsonschema==4.24.0
|
- jsonschema==4.24.0
|
||||||
- jsonschema-specifications==2025.4.1
|
- jsonschema-specifications==2025.4.1
|
||||||
- kiwisolver==1.4.8
|
- kiwisolver==1.4.8
|
||||||
- markupsafe==3.0.2
|
|
||||||
- matplotlib==3.10.3
|
- matplotlib==3.10.3
|
||||||
|
- moviepy==2.2.1
|
||||||
- mpmath==1.3.0
|
- mpmath==1.3.0
|
||||||
- narwhals==1.42.1
|
- narwhals==1.42.1
|
||||||
- networkx==3.4.2
|
- networkx==3.4.2
|
||||||
@ -115,14 +118,19 @@ dependencies:
|
|||||||
- nvidia-nccl-cu12==2.26.2
|
- nvidia-nccl-cu12==2.26.2
|
||||||
- nvidia-nvjitlink-cu12==12.6.85
|
- nvidia-nvjitlink-cu12==12.6.85
|
||||||
- nvidia-nvtx-cu12==12.6.77
|
- nvidia-nvtx-cu12==12.6.77
|
||||||
- onnxruntime==1.22.0
|
- onnxruntime-gpu==1.22.0
|
||||||
- opencv-contrib-python-headless==4.11.0.86
|
- opencv-contrib-python-headless==4.11.0.86
|
||||||
|
- pandas==2.3.0
|
||||||
- pillow==11.2.1
|
- pillow==11.2.1
|
||||||
- plotly==6.1.2
|
- plotly==6.1.2
|
||||||
|
- proglog==0.1.12
|
||||||
- protobuf==6.31.1
|
- protobuf==6.31.1
|
||||||
- pyarrow==20.0.0
|
- pyarrow==20.0.0
|
||||||
- pydeck==0.9.1
|
- pydeck==0.9.1
|
||||||
|
- pygame==2.6.1
|
||||||
- pyparsing==3.2.3
|
- pyparsing==3.2.3
|
||||||
|
- pyrealsense2==2.55.1.6486
|
||||||
|
- python-dotenv==1.1.0
|
||||||
- pytz==2025.2
|
- pytz==2025.2
|
||||||
- referencing==0.36.2
|
- referencing==0.36.2
|
||||||
- requests==2.32.4
|
- requests==2.32.4
|
||||||
@ -138,6 +146,8 @@ dependencies:
|
|||||||
- torchvision==0.22.1
|
- torchvision==0.22.1
|
||||||
- tqdm==4.67.1
|
- tqdm==4.67.1
|
||||||
- triton==3.3.1
|
- triton==3.3.1
|
||||||
|
- tzdata==2025.2
|
||||||
- urllib3==2.4.0
|
- urllib3==2.4.0
|
||||||
- watchdog==6.0.0
|
- watchdog==6.0.0
|
||||||
prefix: /root/shared-nvme/posedet/posedet
|
|
||||||
|
prefix: "/home/logic/.local/share/mamba/envs/posedet"
|
||||||
|
Reference in New Issue
Block a user