Skip to content

Commit

Permalink
Merge pull request #323 from simonsobs/koopman/importlib-metadata-dep
Browse files Browse the repository at this point in the history
Add `importlib_metadata` dependency for ocs-agent-cli
  • Loading branch information
BrianJKoopman authored Mar 15, 2023
2 parents 92371ff + 6bfd154 commit 91c51d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
'PyYAML',
'influxdb',
'numpy',
'importlib_metadata;python_version<"3.10"',
],
extras_require={
"so3g": ["so3g"],
Expand Down

0 comments on commit 91c51d5

Please sign in to comment.