Skip to content

Commit d8cf6ca

Browse files
committed
Bundle pytz and tzfpy for timezone calculations for solar analysis
1 parent f1ab63d commit d8cf6ca

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/blenderbim/Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,9 @@ endif
214214
cd dist/working && . env/bin/activate && $(PIP) install python-socketio[asyncio_client] --target=./site-packages
215215
cd dist/working && . env/bin/activate && $(PIP) install aiohttp --target=./site-packages
216216
# Required by light module
217-
# pyradiance is using different platform versions than defaults in our makefile.
217+
cd dist/working && . env/bin/activate && $(PIP) install pytz --target=./site-packages
218+
cd dist/working && . env/bin/activate && $(PIP) install tzfpy --target=./site-packages
219+
# pyradiance is using different platform versions than defaults in our makefile.
218220
ifeq ($(PLATFORM), linux)
219221
cd dist/working && . env/bin/activate && $(PIP) install pyradiance --platform manylinux_2_35_x86_64 --python-version $(PYPI_VERSION) --implementation $(PYPI_IMP) --only-binary=:all: --target=./site-packages
220222
else ifeq ($(PLATFORM), macos)

0 commit comments

Comments
 (0)