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
channels:
- conda-forge
dependencies:
- influxdb-client
- matplotlib
- netcdf4
- numpy
......
......@@ -76,6 +76,7 @@ dependencies = [
"pandas",
"netcdf4",
"requests",
"influxdb-client",
]
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