incrl commited on
Commit
5d2e5e6
·
verified ·
1 Parent(s): 8255f48

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +116 -4
requirements.txt CHANGED
@@ -1,10 +1,122 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  torch==2.8.0
2
- torchvision==0.23.0
3
  torch-geometric==2.7.0
4
  torch_cluster==1.6.3
5
  torch_scatter==2.1.2
6
  torch_sparse==0.6.18
7
  torch_spline_conv==1.2.2
8
- open3d
9
- scikit-image
10
- pyvista
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ addict==2.4.0
2
+ aiofiles==24.1.0
3
+ aiohappyeyeballs==2.6.1
4
+ aiohttp==3.13.3
5
+ aiosignal==1.4.0
6
+ annotated-doc==0.0.4
7
+ annotated-types==0.7.0
8
+ anyio==4.12.1
9
+ attrs==25.4.0
10
+ blinker==1.9.0
11
+ brotli==1.2.0
12
+ certifi==2026.2.25
13
+ charset-normalizer==3.4.5
14
+ click==8.3.1
15
+ ConfigArgParse==1.7.1
16
+ contourpy==1.3.3
17
+ cycler==0.12.1
18
+ cyclopts==4.7.0
19
+ dash==4.0.0
20
+ docstring_parser==0.17.0
21
+ docutils==0.22.4
22
+ fastapi==0.135.1
23
+ fastjsonschema==2.21.2
24
+ ffmpy==1.0.0
25
+ filelock==3.25.0
26
+ Flask==3.1.3
27
+ fonttools==4.61.1
28
+ frozenlist==1.8.0
29
+ fsspec==2026.2.0
30
+ gradio==6.9.0
31
+ gradio_client==2.3.0
32
+ groovy==0.1.2
33
+ h11==0.16.0
34
+ hf-xet==1.3.2
35
+ httpcore==1.0.9
36
+ httpx==0.28.1
37
+ huggingface_hub==1.6.0
38
+ idna==3.11
39
+ ImageIO==2.37.2
40
+ importlib_metadata==8.7.1
41
+ itsdangerous==2.2.0
42
+ Jinja2==3.1.6
43
+ joblib==1.5.3
44
+ jsonschema==4.26.0
45
+ jsonschema-specifications==2025.9.1
46
+ jupyter_core==5.9.1
47
+ kiwisolver==1.4.9
48
+ lazy-loader==0.5
49
+ markdown-it-py==4.0.0
50
+ MarkupSafe==3.0.3
51
+ matplotlib==3.10.8
52
+ mdurl==0.1.2
53
+ mpmath==1.3.0
54
+ multidict==6.7.1
55
+ narwhals==2.17.0
56
+ nbformat==5.10.4
57
+ nest-asyncio==1.6.0
58
+ networkx==3.6.1
59
+ numpy==2.4.2
60
+ open3d==0.19.0
61
+ orjson==3.11.7
62
+ pandas==3.0.1
63
+ pillow==12.1.1
64
+ platformdirs==4.9.4
65
+ plotly==6.6.0
66
+ plyfile==1.1.3
67
+ pooch==1.9.0
68
+ propcache==0.4.1
69
+ psutil==7.2.2
70
+ pydantic==2.12.5
71
+ pydantic_core==2.41.5
72
+ pydub==0.25.1
73
+ Pygments==2.19.2
74
+ pyparsing==3.3.2
75
+ pyquaternion==0.9.9
76
+ python-dateutil==2.9.0.post0
77
+ python-multipart==0.0.22
78
+ pytz==2026.1.post1
79
+ pyvista==0.47.1
80
+ PyYAML==6.0.3
81
+ referencing==0.37.0
82
+ requests==2.32.5
83
+ retrying==1.4.2
84
+ rich==14.3.3
85
+ rich-rst==1.3.2
86
+ rpds-py==0.30.0
87
+ safehttpx==0.1.7
88
+ scikit-image==0.26.0
89
+ scikit-learn==1.8.0
90
+ scipy==1.17.1
91
+ scooby==0.11.0
92
+ semantic-version==2.10.0
93
+ setuptools==80.10.2
94
+ shellingham==1.5.4
95
+ six==1.17.0
96
+ starlette==0.52.1
97
+ sympy==1.14.0
98
+ threadpoolctl==3.6.0
99
+ tifffile==2026.3.3
100
+ tomlkit==0.13.3
101
  torch==2.8.0
 
102
  torch-geometric==2.7.0
103
  torch_cluster==1.6.3
104
  torch_scatter==2.1.2
105
  torch_sparse==0.6.18
106
  torch_spline_conv==1.2.2
107
+ torchaudio==2.8.0
108
+ torchvision==0.23.0
109
+ tqdm==4.67.3
110
+ traitlets==5.14.3
111
+ trimesh==4.11.3
112
+ typer==0.24.1
113
+ typing-inspection==0.4.2
114
+ typing_extensions==4.15.0
115
+ urllib3==2.6.3
116
+ uvicorn==0.41.0
117
+ vtk==9.6.0
118
+ Werkzeug==3.1.6
119
+ wheel==0.46.3
120
+ xxhash==3.6.0
121
+ yarl==1.23.0
122
+ zipp==3.23.0