Skip to content

Commit

Permalink
MRG: Merge pull request #5 from aerosense-ai/fix/avoid-h5py-dependenc…
Browse files Browse the repository at this point in the history
…y-unless-in-cloud

Avoid h5py dependency unless installing cloud functions
  • Loading branch information
cortadocodes authored Dec 6, 2021
2 parents ca6af43 + e1e0209 commit c9b8ea0
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 6 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@

[![pipeline status](https://gitlab.com/windenergie-hsr/aerosense/digital-twin/data-gateway/badges/main/pipeline.svg)](https://gitlab.com/windenergie-hsr/aerosense/digital-twin/data-gateway/-/commits/main)
[![coverage report](https://gitlab.com/windenergie-hsr/aerosense/digital-twin/data-gateway/badges/main/coverage.svg)](https://gitlab.com/windenergie-hsr/aerosense/digital-twin/data-gateway/-/commits/main)
[![codecov](https://codecov.io/gh/aerosense-ai/data-gateway/branch/main/graph/badge.svg?token=GEQFQVL2TK)](https://codecov.io/gh/aerosense-ai/data-gateway)
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://github.com/pre-commit/pre-commit)
[![black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black)
[![python-template](https://img.shields.io/badge/template-python--library-blue)](https://github.com/thclark/python-library-template)
Expand Down
2 changes: 1 addition & 1 deletion cloud_functions/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
blake3==0.2.1
flask_wtf
google-cloud-bigquery==2.29.0
octue==0.6.2
octue[hdf5]==0.6.5
pandas>=1.2.3
python-slugify==5.0.2
scipy>=1.6.1
Expand Down
10 changes: 9 additions & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,15 @@ pluggy
gcp-storage-emulator>=2021.6.2
google-cloud-storage>=1.35.1
tox>=3.23.1
-r cloud_functions/requirements.txt

# Packages for cloud functions, excluding octue
blake3==0.2.1
flask_wtf
google-cloud-bigquery==2.29.0
pandas>=1.2.3
scipy>=1.6.1
shapely
wtforms[email]

# Code quality
# ------------------------------------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@

setup(
name="data_gateway",
version="0.7.2",
version="0.7.3",
install_requires=[
"click>=7.1.2",
"pyserial==3.5",
"python-slugify==5.0.2",
"octue==0.6.2",
"octue==0.6.5",
],
url="https://gitlab.com/windenergie-hsr/aerosense/digital-twin/data-gateway",
license="MIT",
Expand Down

0 comments on commit c9b8ea0

Please sign in to comment.