File size: 2,250 Bytes
a54f9b5 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 |
# This file was autogenerated by uv via the following command:
# uv pip compile requirements.in -o requirements.txt --universal
-e .
# via -r requirements.in
certifi==2025.8.3
# via requests
charset-normalizer==3.4.3
# via requests
click==8.3.0
# via sharp
colorama==0.4.6 ; sys_platform == 'win32'
# via
# click
# tqdm
contourpy==1.3.3
# via matplotlib
cycler==0.12.1
# via matplotlib
filelock==3.19.1
# via
# huggingface-hub
# torch
fonttools==4.61.0
# via matplotlib
fsspec==2025.9.0
# via
# huggingface-hub
# torch
# gsplat==1.5.3
# via sharp
hf-xet==1.1.10 ; platform_machine == 'aarch64' or platform_machine == 'amd64' or platform_machine == 'arm64' or platform_machine == 'x86_64'
# via huggingface-hub
huggingface-hub==0.35.3
# via timm
idna==3.10
# via requests
imageio==2.37.0
# via sharp
imageio-ffmpeg==0.6.0
# via imageio
jaxtyping==0.3.3
# via gsplat
jinja2==3.1.6
# via torch
kiwisolver==1.4.9
# via matplotlib
markdown-it-py==4.0.0
# via rich
markupsafe==3.0.3
# via jinja2
matplotlib==3.10.6
# via sharp
mdurl==0.1.2
# via markdown-it-py
mpmath==1.3.0
# via sympy
networkx==3.5
# via torch
ninja==1.13.0
# via gsplat
# numpy==2.3.3
numpy<2
packaging==25.0
# via
# huggingface-hub
# matplotlib
pillow==11.3.0
# via
# imageio
# matplotlib
# pillow-heif
# torchvision
pillow-heif==1.1.1
# via sharp
plyfile==1.1.2
# via sharp
psutil==7.1.0
# via imageio
pygments==2.19.2
# via rich
pyparsing==3.2.5
# via matplotlib
python-dateutil==2.9.0.post0
# via matplotlib
pyyaml==6.0.3
# via
# huggingface-hub
# timm
requests==2.32.5
# via huggingface-hub
rich==14.1.0
# via gsplat
safetensors==0.6.2
# via timm
scipy==1.16.2
# via sharp
setuptools==80.9.0
# via
# torch
# triton
six==1.17.0
# via python-dateutil
sympy==1.14.0
# via torch
timm==1.0.20
# via sharp
tqdm==4.67.1
# via huggingface-hub
typing-extensions
urllib3==2.6.0
# via requests
wadler-lindig==0.1.7
# via jaxtyping
# Backend API server runtime deps
fastapi
uvicorn[standard]
python-multipart
|