spacr 0.0.61__tar.gz → 0.0.63__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {spacr-0.0.61/spacr.egg-info → spacr-0.0.63}/PKG-INFO +28 -28
- {spacr-0.0.61 → spacr-0.0.63}/setup.py +28 -28
- {spacr-0.0.61 → spacr-0.0.63}/spacr/__init__.py +9 -2
- {spacr-0.0.61 → spacr-0.0.63/spacr.egg-info}/PKG-INFO +28 -28
- spacr-0.0.63/spacr.egg-info/requires.txt +39 -0
- spacr-0.0.61/spacr.egg-info/requires.txt +0 -39
- {spacr-0.0.61 → spacr-0.0.63}/LICENSE +0 -0
- {spacr-0.0.61 → spacr-0.0.63}/MANIFEST.in +0 -0
- {spacr-0.0.61 → spacr-0.0.63}/README.md +0 -0
- {spacr-0.0.61 → spacr-0.0.63}/setup.cfg +0 -0
- {spacr-0.0.61 → spacr-0.0.63}/spacr/__main__.py +0 -0
- {spacr-0.0.61 → spacr-0.0.63}/spacr/alpha.py +0 -0
- {spacr-0.0.61 → spacr-0.0.63}/spacr/annotate_app.py +0 -0
- {spacr-0.0.61 → spacr-0.0.63}/spacr/chris.py +0 -0
- {spacr-0.0.61 → spacr-0.0.63}/spacr/cli.py +0 -0
- {spacr-0.0.61 → spacr-0.0.63}/spacr/core.py +0 -0
- {spacr-0.0.61 → spacr-0.0.63}/spacr/deep_spacr.py +0 -0
- {spacr-0.0.61 → spacr-0.0.63}/spacr/foldseek.py +0 -0
- {spacr-0.0.61 → spacr-0.0.63}/spacr/get_alfafold_structures.py +0 -0
- {spacr-0.0.61 → spacr-0.0.63}/spacr/graph_learning.py +0 -0
- {spacr-0.0.61 → spacr-0.0.63}/spacr/gui.py +0 -0
- {spacr-0.0.61 → spacr-0.0.63}/spacr/gui_2.py +0 -0
- {spacr-0.0.61 → spacr-0.0.63}/spacr/gui_classify_app.py +0 -0
- {spacr-0.0.61 → spacr-0.0.63}/spacr/gui_mask_app.py +0 -0
- {spacr-0.0.61 → spacr-0.0.63}/spacr/gui_measure_app.py +0 -0
- {spacr-0.0.61 → spacr-0.0.63}/spacr/gui_sim_app.py +0 -0
- {spacr-0.0.61 → spacr-0.0.63}/spacr/gui_utils.py +0 -0
- {spacr-0.0.61 → spacr-0.0.63}/spacr/io.py +0 -0
- {spacr-0.0.61 → spacr-0.0.63}/spacr/logger.py +0 -0
- {spacr-0.0.61 → spacr-0.0.63}/spacr/mask_app.py +0 -0
- {spacr-0.0.61 → spacr-0.0.63}/spacr/measure.py +0 -0
- {spacr-0.0.61 → spacr-0.0.63}/spacr/models/cp/toxo_pv_lumen.CP_model +0 -0
- {spacr-0.0.61 → spacr-0.0.63}/spacr/old_code.py +0 -0
- {spacr-0.0.61 → spacr-0.0.63}/spacr/plot.py +0 -0
- {spacr-0.0.61 → spacr-0.0.63}/spacr/sequencing.py +0 -0
- {spacr-0.0.61 → spacr-0.0.63}/spacr/sim.py +0 -0
- {spacr-0.0.61 → spacr-0.0.63}/spacr/timelapse.py +0 -0
- {spacr-0.0.61 → spacr-0.0.63}/spacr/utils.py +0 -0
- {spacr-0.0.61 → spacr-0.0.63}/spacr/version.py +0 -0
- {spacr-0.0.61 → spacr-0.0.63}/spacr.egg-info/SOURCES.txt +0 -0
- {spacr-0.0.61 → spacr-0.0.63}/spacr.egg-info/dependency_links.txt +0 -0
- {spacr-0.0.61 → spacr-0.0.63}/spacr.egg-info/entry_points.txt +0 -0
- {spacr-0.0.61 → spacr-0.0.63}/spacr.egg-info/top_level.txt +0 -0
- {spacr-0.0.61 → spacr-0.0.63}/tests/test_annotate_app.py +0 -0
- {spacr-0.0.61 → spacr-0.0.63}/tests/test_core.py +0 -0
- {spacr-0.0.61 → spacr-0.0.63}/tests/test_gui_classify_app.py +0 -0
- {spacr-0.0.61 → spacr-0.0.63}/tests/test_gui_mask_app.py +0 -0
- {spacr-0.0.61 → spacr-0.0.63}/tests/test_gui_measure_app.py +0 -0
- {spacr-0.0.61 → spacr-0.0.63}/tests/test_gui_sim_app.py +0 -0
- {spacr-0.0.61 → spacr-0.0.63}/tests/test_gui_utils.py +0 -0
- {spacr-0.0.61 → spacr-0.0.63}/tests/test_io.py +0 -0
- {spacr-0.0.61 → spacr-0.0.63}/tests/test_mask_app.py +0 -0
- {spacr-0.0.61 → spacr-0.0.63}/tests/test_measure.py +0 -0
- {spacr-0.0.61 → spacr-0.0.63}/tests/test_plot.py +0 -0
- {spacr-0.0.61 → spacr-0.0.63}/tests/test_sim.py +0 -0
- {spacr-0.0.61 → spacr-0.0.63}/tests/test_timelapse.py +0 -0
- {spacr-0.0.61 → spacr-0.0.63}/tests/test_train.py +0 -0
- {spacr-0.0.61 → spacr-0.0.63}/tests/test_umap.py +0 -0
- {spacr-0.0.61 → spacr-0.0.63}/tests/test_utils.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: spacr
|
3
|
-
Version: 0.0.
|
3
|
+
Version: 0.0.63
|
4
4
|
Summary: Spatial phenotype analysis of crisp screens (SpaCr)
|
5
5
|
Home-page: https://github.com/EinarOlafsson/spacr
|
6
6
|
Author: Einar Birnir Olafsson
|
@@ -10,35 +10,35 @@ Classifier: License :: OSI Approved :: MIT License
|
|
10
10
|
Classifier: Operating System :: OS Independent
|
11
11
|
License-File: LICENSE
|
12
12
|
Requires-Dist: dgl
|
13
|
-
Requires-Dist: torch
|
14
|
-
Requires-Dist: torchvision
|
15
|
-
Requires-Dist: torch-geometric
|
13
|
+
Requires-Dist: torch<3.0,>=2.2.1
|
14
|
+
Requires-Dist: torchvision<1.0,>=0.17.1
|
15
|
+
Requires-Dist: torch-geometric<3.0,>=2.5.1
|
16
16
|
Requires-Dist: numpy<2.0,>=1.26.4
|
17
|
-
Requires-Dist: pandas
|
18
|
-
Requires-Dist: statsmodels
|
19
|
-
Requires-Dist: scikit-image
|
20
|
-
Requires-Dist: scikit-learn
|
21
|
-
Requires-Dist: seaborn
|
22
|
-
Requires-Dist: matplotlib
|
23
|
-
Requires-Dist: shap
|
24
|
-
Requires-Dist: pillow
|
25
|
-
Requires-Dist: imageio
|
26
|
-
Requires-Dist: scipy
|
27
|
-
Requires-Dist: ipywidgets
|
28
|
-
Requires-Dist: mahotas
|
29
|
-
Requires-Dist: btrack
|
30
|
-
Requires-Dist: trackpy
|
31
|
-
Requires-Dist: cellpose
|
32
|
-
Requires-Dist: IPython
|
33
|
-
Requires-Dist: opencv-python-headless
|
34
|
-
Requires-Dist: umap-learn
|
35
|
-
Requires-Dist: ttkthemes
|
36
|
-
Requires-Dist: xgboost
|
37
|
-
Requires-Dist: PyWavelets
|
38
|
-
Requires-Dist: torchcam
|
17
|
+
Requires-Dist: pandas<3.0,>=2.2.1
|
18
|
+
Requires-Dist: statsmodels<1.0,>=0.14.1
|
19
|
+
Requires-Dist: scikit-image<1.0,>=0.22.0
|
20
|
+
Requires-Dist: scikit-learn<2.0,>=1.4.1
|
21
|
+
Requires-Dist: seaborn<1.0,>=0.13.2
|
22
|
+
Requires-Dist: matplotlib<4.0,>=3.8.3
|
23
|
+
Requires-Dist: shap<1.0,>=0.45.0
|
24
|
+
Requires-Dist: pillow<11.0,>=10.2.0
|
25
|
+
Requires-Dist: imageio<3.0,>=2.34.0
|
26
|
+
Requires-Dist: scipy<2.0,>=1.12.0
|
27
|
+
Requires-Dist: ipywidgets<9.0,>=8.1.2
|
28
|
+
Requires-Dist: mahotas<2.0,>=1.4.13
|
29
|
+
Requires-Dist: btrack<1.0,>=0.6.5
|
30
|
+
Requires-Dist: trackpy<1.0,>=0.6.2
|
31
|
+
Requires-Dist: cellpose<4.0,>=3.0.6
|
32
|
+
Requires-Dist: IPython<9.0,>=8.18.1
|
33
|
+
Requires-Dist: opencv-python-headless<5.0,>=4.9.0.80
|
34
|
+
Requires-Dist: umap-learn<1.0,>=0.5.6
|
35
|
+
Requires-Dist: ttkthemes<4.0,>=3.2.2
|
36
|
+
Requires-Dist: xgboost<3.0,>=2.0.3
|
37
|
+
Requires-Dist: PyWavelets<2.0,>=1.6.0
|
38
|
+
Requires-Dist: torchcam<1.0,>=0.4.0
|
39
39
|
Requires-Dist: ttf_opensans>=2020.10.30
|
40
|
-
Requires-Dist: customtkinter
|
41
|
-
Requires-Dist: lxml
|
40
|
+
Requires-Dist: customtkinter<6.0,>=5.2.2
|
41
|
+
Requires-Dist: lxml<6.0,>=5.1.0
|
42
42
|
Provides-Extra: dev
|
43
43
|
Requires-Dist: pytest>=3.9; extra == "dev"
|
44
44
|
Provides-Extra: headless
|
@@ -23,40 +23,40 @@ with open("README.md", "r", encoding="utf-8") as fh:
|
|
23
23
|
|
24
24
|
dependencies = [
|
25
25
|
dgl_dependency,
|
26
|
-
'torch>=2.2.1',
|
27
|
-
'torchvision>=0.17.1',
|
28
|
-
'torch-geometric>=2.5.1',
|
26
|
+
'torch>=2.2.1,<3.0',
|
27
|
+
'torchvision>=0.17.1,<1.0',
|
28
|
+
'torch-geometric>=2.5.1,<3.0',
|
29
29
|
'numpy>=1.26.4,<2.0',
|
30
|
-
'pandas>=2.2.1',
|
31
|
-
'statsmodels>=0.14.1',
|
32
|
-
'scikit-image>=0.22.0',
|
33
|
-
'scikit-learn>=1.4.1',
|
34
|
-
'seaborn>=0.13.2',
|
35
|
-
'matplotlib>=3.8.3',
|
36
|
-
'shap>=0.45.0',
|
37
|
-
'pillow>=10.2.0',
|
38
|
-
'imageio>=2.34.0',
|
39
|
-
'scipy>=1.12.0',
|
40
|
-
'ipywidgets>=8.1.2',
|
41
|
-
'mahotas>=1.4.13',
|
42
|
-
'btrack>=0.6.5',
|
43
|
-
'trackpy>=0.6.2',
|
44
|
-
'cellpose>=3.0.6',
|
45
|
-
'IPython>=8.18.1',
|
46
|
-
'opencv-python-headless>=4.9.0.80',
|
47
|
-
'umap-learn>=0.5.6',
|
48
|
-
'ttkthemes>=3.2.2',
|
49
|
-
'xgboost>=2.0.3',
|
50
|
-
'PyWavelets>=1.6.0',
|
51
|
-
'torchcam>=0.4.0',
|
30
|
+
'pandas>=2.2.1,<3.0',
|
31
|
+
'statsmodels>=0.14.1,<1.0',
|
32
|
+
'scikit-image>=0.22.0,<1.0',
|
33
|
+
'scikit-learn>=1.4.1,<2.0',
|
34
|
+
'seaborn>=0.13.2,<1.0',
|
35
|
+
'matplotlib>=3.8.3,<4.0',
|
36
|
+
'shap>=0.45.0,<1.0',
|
37
|
+
'pillow>=10.2.0,<11.0',
|
38
|
+
'imageio>=2.34.0,<3.0',
|
39
|
+
'scipy>=1.12.0,<2.0',
|
40
|
+
'ipywidgets>=8.1.2,<9.0',
|
41
|
+
'mahotas>=1.4.13,<2.0',
|
42
|
+
'btrack>=0.6.5,<1.0',
|
43
|
+
'trackpy>=0.6.2,<1.0',
|
44
|
+
'cellpose>=3.0.6,<4.0',
|
45
|
+
'IPython>=8.18.1,<9.0',
|
46
|
+
'opencv-python-headless>=4.9.0.80,<5.0',
|
47
|
+
'umap-learn>=0.5.6,<1.0',
|
48
|
+
'ttkthemes>=3.2.2,<4.0',
|
49
|
+
'xgboost>=2.0.3,<3.0',
|
50
|
+
'PyWavelets>=1.6.0,<2.0',
|
51
|
+
'torchcam>=0.4.0,<1.0',
|
52
52
|
'ttf_opensans>=2020.10.30',
|
53
|
-
'customtkinter>=5.2.2',
|
54
|
-
'lxml>=5.1.0'
|
53
|
+
'customtkinter>=5.2.2,<6.0',
|
54
|
+
'lxml>=5.1.0,<6.0'
|
55
55
|
]
|
56
56
|
|
57
57
|
setup(
|
58
58
|
name="spacr",
|
59
|
-
version="0.0.
|
59
|
+
version="0.0.63",
|
60
60
|
author="Einar Birnir Olafsson",
|
61
61
|
author_email="olafsson@med.umich.com",
|
62
62
|
description="Spatial phenotype analysis of crisp screens (SpaCr)",
|
@@ -1,5 +1,6 @@
|
|
1
1
|
from spacr.version import version, version_str
|
2
2
|
import logging
|
3
|
+
import torch
|
3
4
|
|
4
5
|
from . import core
|
5
6
|
from . import io
|
@@ -11,7 +12,6 @@ from . import timelapse
|
|
11
12
|
from . import deep_spacr
|
12
13
|
from . import mask_app
|
13
14
|
from . import annotate_app
|
14
|
-
from . import graph_learning
|
15
15
|
from . import gui_utils
|
16
16
|
from . import gui_mask_app
|
17
17
|
from . import gui_measure_app
|
@@ -28,7 +28,6 @@ __all__ = [
|
|
28
28
|
"timelapse",
|
29
29
|
"deep_spacr",
|
30
30
|
"annotate_app",
|
31
|
-
"graph_learning",
|
32
31
|
"gui_utils",
|
33
32
|
"mask_app",
|
34
33
|
"gui_mask_app",
|
@@ -37,5 +36,13 @@ __all__ = [
|
|
37
36
|
"logger"
|
38
37
|
]
|
39
38
|
|
39
|
+
# Check for CUDA GPU availability
|
40
|
+
if torch.cuda.is_available():
|
41
|
+
from . import graph_learning
|
42
|
+
__all__.append("graph_learning")
|
43
|
+
logging.info("CUDA GPU detected. Graph learning module loaded.")
|
44
|
+
else:
|
45
|
+
logging.info("No CUDA GPU detected. Graph learning module not loaded.")
|
46
|
+
|
40
47
|
logging.basicConfig(filename='spacr.log', level=logging.INFO,
|
41
48
|
format='%(asctime)s:%(levelname)s:%(message)s')
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: spacr
|
3
|
-
Version: 0.0.
|
3
|
+
Version: 0.0.63
|
4
4
|
Summary: Spatial phenotype analysis of crisp screens (SpaCr)
|
5
5
|
Home-page: https://github.com/EinarOlafsson/spacr
|
6
6
|
Author: Einar Birnir Olafsson
|
@@ -10,35 +10,35 @@ Classifier: License :: OSI Approved :: MIT License
|
|
10
10
|
Classifier: Operating System :: OS Independent
|
11
11
|
License-File: LICENSE
|
12
12
|
Requires-Dist: dgl
|
13
|
-
Requires-Dist: torch
|
14
|
-
Requires-Dist: torchvision
|
15
|
-
Requires-Dist: torch-geometric
|
13
|
+
Requires-Dist: torch<3.0,>=2.2.1
|
14
|
+
Requires-Dist: torchvision<1.0,>=0.17.1
|
15
|
+
Requires-Dist: torch-geometric<3.0,>=2.5.1
|
16
16
|
Requires-Dist: numpy<2.0,>=1.26.4
|
17
|
-
Requires-Dist: pandas
|
18
|
-
Requires-Dist: statsmodels
|
19
|
-
Requires-Dist: scikit-image
|
20
|
-
Requires-Dist: scikit-learn
|
21
|
-
Requires-Dist: seaborn
|
22
|
-
Requires-Dist: matplotlib
|
23
|
-
Requires-Dist: shap
|
24
|
-
Requires-Dist: pillow
|
25
|
-
Requires-Dist: imageio
|
26
|
-
Requires-Dist: scipy
|
27
|
-
Requires-Dist: ipywidgets
|
28
|
-
Requires-Dist: mahotas
|
29
|
-
Requires-Dist: btrack
|
30
|
-
Requires-Dist: trackpy
|
31
|
-
Requires-Dist: cellpose
|
32
|
-
Requires-Dist: IPython
|
33
|
-
Requires-Dist: opencv-python-headless
|
34
|
-
Requires-Dist: umap-learn
|
35
|
-
Requires-Dist: ttkthemes
|
36
|
-
Requires-Dist: xgboost
|
37
|
-
Requires-Dist: PyWavelets
|
38
|
-
Requires-Dist: torchcam
|
17
|
+
Requires-Dist: pandas<3.0,>=2.2.1
|
18
|
+
Requires-Dist: statsmodels<1.0,>=0.14.1
|
19
|
+
Requires-Dist: scikit-image<1.0,>=0.22.0
|
20
|
+
Requires-Dist: scikit-learn<2.0,>=1.4.1
|
21
|
+
Requires-Dist: seaborn<1.0,>=0.13.2
|
22
|
+
Requires-Dist: matplotlib<4.0,>=3.8.3
|
23
|
+
Requires-Dist: shap<1.0,>=0.45.0
|
24
|
+
Requires-Dist: pillow<11.0,>=10.2.0
|
25
|
+
Requires-Dist: imageio<3.0,>=2.34.0
|
26
|
+
Requires-Dist: scipy<2.0,>=1.12.0
|
27
|
+
Requires-Dist: ipywidgets<9.0,>=8.1.2
|
28
|
+
Requires-Dist: mahotas<2.0,>=1.4.13
|
29
|
+
Requires-Dist: btrack<1.0,>=0.6.5
|
30
|
+
Requires-Dist: trackpy<1.0,>=0.6.2
|
31
|
+
Requires-Dist: cellpose<4.0,>=3.0.6
|
32
|
+
Requires-Dist: IPython<9.0,>=8.18.1
|
33
|
+
Requires-Dist: opencv-python-headless<5.0,>=4.9.0.80
|
34
|
+
Requires-Dist: umap-learn<1.0,>=0.5.6
|
35
|
+
Requires-Dist: ttkthemes<4.0,>=3.2.2
|
36
|
+
Requires-Dist: xgboost<3.0,>=2.0.3
|
37
|
+
Requires-Dist: PyWavelets<2.0,>=1.6.0
|
38
|
+
Requires-Dist: torchcam<1.0,>=0.4.0
|
39
39
|
Requires-Dist: ttf_opensans>=2020.10.30
|
40
|
-
Requires-Dist: customtkinter
|
41
|
-
Requires-Dist: lxml
|
40
|
+
Requires-Dist: customtkinter<6.0,>=5.2.2
|
41
|
+
Requires-Dist: lxml<6.0,>=5.1.0
|
42
42
|
Provides-Extra: dev
|
43
43
|
Requires-Dist: pytest>=3.9; extra == "dev"
|
44
44
|
Provides-Extra: headless
|
@@ -0,0 +1,39 @@
|
|
1
|
+
dgl
|
2
|
+
torch<3.0,>=2.2.1
|
3
|
+
torchvision<1.0,>=0.17.1
|
4
|
+
torch-geometric<3.0,>=2.5.1
|
5
|
+
numpy<2.0,>=1.26.4
|
6
|
+
pandas<3.0,>=2.2.1
|
7
|
+
statsmodels<1.0,>=0.14.1
|
8
|
+
scikit-image<1.0,>=0.22.0
|
9
|
+
scikit-learn<2.0,>=1.4.1
|
10
|
+
seaborn<1.0,>=0.13.2
|
11
|
+
matplotlib<4.0,>=3.8.3
|
12
|
+
shap<1.0,>=0.45.0
|
13
|
+
pillow<11.0,>=10.2.0
|
14
|
+
imageio<3.0,>=2.34.0
|
15
|
+
scipy<2.0,>=1.12.0
|
16
|
+
ipywidgets<9.0,>=8.1.2
|
17
|
+
mahotas<2.0,>=1.4.13
|
18
|
+
btrack<1.0,>=0.6.5
|
19
|
+
trackpy<1.0,>=0.6.2
|
20
|
+
cellpose<4.0,>=3.0.6
|
21
|
+
IPython<9.0,>=8.18.1
|
22
|
+
opencv-python-headless<5.0,>=4.9.0.80
|
23
|
+
umap-learn<1.0,>=0.5.6
|
24
|
+
ttkthemes<4.0,>=3.2.2
|
25
|
+
xgboost<3.0,>=2.0.3
|
26
|
+
PyWavelets<2.0,>=1.6.0
|
27
|
+
torchcam<1.0,>=0.4.0
|
28
|
+
ttf_opensans>=2020.10.30
|
29
|
+
customtkinter<6.0,>=5.2.2
|
30
|
+
lxml<6.0,>=5.1.0
|
31
|
+
|
32
|
+
[dev]
|
33
|
+
pytest>=3.9
|
34
|
+
|
35
|
+
[full]
|
36
|
+
opencv-python
|
37
|
+
|
38
|
+
[headless]
|
39
|
+
opencv-python-headless
|
@@ -1,39 +0,0 @@
|
|
1
|
-
dgl
|
2
|
-
torch>=2.2.1
|
3
|
-
torchvision>=0.17.1
|
4
|
-
torch-geometric>=2.5.1
|
5
|
-
numpy<2.0,>=1.26.4
|
6
|
-
pandas>=2.2.1
|
7
|
-
statsmodels>=0.14.1
|
8
|
-
scikit-image>=0.22.0
|
9
|
-
scikit-learn>=1.4.1
|
10
|
-
seaborn>=0.13.2
|
11
|
-
matplotlib>=3.8.3
|
12
|
-
shap>=0.45.0
|
13
|
-
pillow>=10.2.0
|
14
|
-
imageio>=2.34.0
|
15
|
-
scipy>=1.12.0
|
16
|
-
ipywidgets>=8.1.2
|
17
|
-
mahotas>=1.4.13
|
18
|
-
btrack>=0.6.5
|
19
|
-
trackpy>=0.6.2
|
20
|
-
cellpose>=3.0.6
|
21
|
-
IPython>=8.18.1
|
22
|
-
opencv-python-headless>=4.9.0.80
|
23
|
-
umap-learn>=0.5.6
|
24
|
-
ttkthemes>=3.2.2
|
25
|
-
xgboost>=2.0.3
|
26
|
-
PyWavelets>=1.6.0
|
27
|
-
torchcam>=0.4.0
|
28
|
-
ttf_opensans>=2020.10.30
|
29
|
-
customtkinter>=5.2.2
|
30
|
-
lxml>=5.1.0
|
31
|
-
|
32
|
-
[dev]
|
33
|
-
pytest>=3.9
|
34
|
-
|
35
|
-
[full]
|
36
|
-
opencv-python
|
37
|
-
|
38
|
-
[headless]
|
39
|
-
opencv-python-headless
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|