File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -7,16 +7,16 @@ pytest-cov==2.12.0
7
7
Sphinx==1.8.5;python_version<'3.0'
8
8
Sphinx==3.3.1;python_version>='3.6'
9
9
docutils==0.17;python_version>='3.6'
10
- sphinx-bootstrap-theme==0.7 .1
10
+ sphinx-bootstrap-theme==0.8 .1
11
11
sphinxcontrib-fulltoc==1.2.0
12
12
sphinxcontrib-websupport==1.1.2;python_version<'3.0'
13
13
sphinxcontrib-websupport==1.2.4;python_version>='3.6'
14
14
sphinx-click==2.7.1
15
15
twine==1.13.0;python_version<'3.0'
16
16
twine==3.4.1;python_version>='3.6'
17
- wheel==0.36.2
17
+ wheel==0.38.1
18
18
setuptools==44.1.0;python_version<'3.0'
19
- setuptools==57.0.0 ;python_version>='3.6'
19
+ setuptools==65.5.1 ;python_version>='3.6'
20
20
importlib-metadata==2.0.0;python_version<'3.0'
21
21
importlib-metadata==4.3.1;python_version>='3.6'
22
22
jinja2==3.0.3;python_version>='3.6'
Original file line number Diff line number Diff line change 1
- honeybee-energy>=1.95.19
2
- honeybee-radiance>=1.64.105
3
- ladybug-vtk>=0.13.5
1
+ honeybee-energy>=1.95.35
2
+ honeybee-radiance>=1.64.118
3
+ ladybug-vtk>=0.13.8
Original file line number Diff line number Diff line change @@ -285,7 +285,7 @@ def model_to_vis_set(
285
285
faces .extend (model .orphaned_apertures )
286
286
faces .extend (model .orphaned_doors )
287
287
faces .extend (model .orphaned_shades )
288
- if len (faces ) != 0 :
288
+ if len (faces ) != 0 :
289
289
if face_text_labels :
290
290
units , tol = model .units , model .tolerance
291
291
for f_attr in face_attr :
You can’t perform that action at this time.
0 commit comments