Spaces:
Sleeping
Sleeping
req
Browse files- requirements.txt +1 -41
requirements.txt
CHANGED
@@ -1,41 +1,3 @@
|
|
1 |
-
<<<<<<< HEAD
|
2 |
-
streamlit
|
3 |
-
# Core and frequently-used packages
|
4 |
-
streamlit==1.39.0
|
5 |
-
streamlit-drawable-canvas==0.9.3
|
6 |
-
pillow==9.5.0
|
7 |
-
numpy==1.24.4
|
8 |
-
torch==2.0.0 # Updated to a stable version for Python 3.10
|
9 |
-
torchvision==0.14.0 # Compatible with torch 2.0.0
|
10 |
-
opencv-python-headless==4.10.0.84
|
11 |
-
scipy==1.10.1
|
12 |
-
pandas==2.0.3
|
13 |
-
matplotlib==3.7.5
|
14 |
-
|
15 |
-
# Additional Libraries for Models, Diffusers, and Data Handling
|
16 |
-
absl-py==2.1.0
|
17 |
-
aiohttp==3.10.10
|
18 |
-
albumentations==1.4.18
|
19 |
-
click==8.1.7
|
20 |
-
einops==0.8.0
|
21 |
-
fsspec==2024.10.0
|
22 |
-
huggingface-hub==0.26.1
|
23 |
-
kornia==0.6.4
|
24 |
-
omegaconf==2.3.0
|
25 |
-
protobuf==3.20.1
|
26 |
-
requests==2.32.3
|
27 |
-
scikit-image==0.21.0
|
28 |
-
tensorboard==2.14.0
|
29 |
-
tifffile==2023.7.10
|
30 |
-
tokenizers==0.12.1
|
31 |
-
transformers==4.19.2
|
32 |
-
tqdm==4.66.5
|
33 |
-
|
34 |
-
# Additional supporting packages
|
35 |
-
watchdog==4.0.2
|
36 |
-
wandb==0.18.5
|
37 |
-
streamlit-drawable-canvas
|
38 |
-
=======
|
39 |
# Core and frequently-used packages
|
40 |
streamlit
|
41 |
streamlit-drawable-canvas
|
@@ -69,6 +31,4 @@ tqdm
|
|
69 |
|
70 |
# Additional supporting packages
|
71 |
watchdog
|
72 |
-
wandb
|
73 |
-
|
74 |
-
>>>>>>> dbc72c02f12bf1d9ae6b7b983ab0fd74834a117b
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Core and frequently-used packages
|
2 |
streamlit
|
3 |
streamlit-drawable-canvas
|
|
|
31 |
|
32 |
# Additional supporting packages
|
33 |
watchdog
|
34 |
+
wandb
|
|
|
|