Skip to content
Snippets Groups Projects
Verified Commit 260b50f0 authored by David Hoese's avatar David Hoese
Browse files

Add missing influxdb-client dependency

parent 92228cf7
No related branches found
No related tags found
No related merge requests found
...@@ -2,6 +2,7 @@ name: aoss_tower ...@@ -2,6 +2,7 @@ name: aoss_tower
channels: channels:
- conda-forge - conda-forge
dependencies: dependencies:
- influxdb-client
- matplotlib - matplotlib
- netcdf4 - netcdf4
- numpy - numpy
......
...@@ -76,6 +76,7 @@ dependencies = [ ...@@ -76,6 +76,7 @@ dependencies = [
"pandas", "pandas",
"netcdf4", "netcdf4",
"requests", "requests",
"influxdb-client",
] ]
dynamic = ["version"] dynamic = ["version"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment