Files
bumble_mirror/environment.yml
Michael Mogenson 351d77be59 Update grpcio and pip package versions
The current grpcio version 1.51.1 fails to build on aarch64 based MacOS
computers. Update the version of the grpcio and grpcio-tools packages to
the latest 1.57.0 version. There are binary wheels available for this
version from PyPi for aarch64 MacOS.

Also update the pip version for the Conda environment. It seems a newer
version of pip is required to detect and install these wheels.

Testing:

invoke test passes and I can start the bumble-pandora-server
successfully.
2023-08-31 14:01:14 -04:00

10 lines
152 B
YAML

name: bumble
channels:
- defaults
- conda-forge
dependencies:
- pip=23
- python=3.8
- pip:
- --editable .[development,documentation,test]