AllenNeuralDynamics / aind-metadata-mapper

Repository to help gather and map metadata from different sources
MIT License
0 stars 2 forks source link

Pin python version for optional dependencies #120

Closed jtyoung84 closed 3 months ago

jtyoung84 commented 3 months ago

Describe the bug It's possible to try to install the optional python dependencies with python 3.8.

To Reproduce Steps to reproduce the behavior:

  1. Create a conda environment with python 3.8
  2. Run pip install aind-metadata-mapper[bergamo]
  3. Notice it tries to install the package

Expected behavior We should handle packages that require python>=3.9

Additional context Add any other context about the problem here.