From d042c0fae4d0f4345a2ba6d5ff1453ff97442799 Mon Sep 17 00:00:00 2001 From: abel Date: Sun, 27 Aug 2023 23:46:46 -0300 Subject: [PATCH] (fix) Changed source of grpc dependencies to avoid segmentation fault issue in Mac Intel --- setup/environment.yml | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/setup/environment.yml b/setup/environment.yml index e9463ad839..8bc59cbe42 100644 --- a/setup/environment.yml +++ b/setup/environment.yml @@ -1,15 +1,10 @@ name: hummingbot channels: - - conda-forge - defaults dependencies: - - aiounittest=1.4.1 - bidict - coverage=5.5 - - gql - - grpcio - - grpcio-tools - - nomkl=1.0 + - nomkl - nose=1.3.7 - nose-exclude - numpy=1.23.5 @@ -17,8 +12,8 @@ dependencies: - pandas=1.5.3 - pip=23.1.2 - prompt_toolkit=3.0.20 - - pydantic=1.9.2 - - pytest==7.3.2 + - pydantic=1.9.* + - pytest - python=3.10.12 - pytables=3.8.0 - scipy=1.10.1 @@ -31,6 +26,7 @@ dependencies: - aiohttp==3.* - aioprocessing==2.0 - aioresponses + - aiounittest - appdirs==1.4.3 - async-timeout - asyncssh==2.13.1 @@ -46,6 +42,9 @@ dependencies: - eip712-structs==1.1.0 - ethsnarks-loopring==0.1.5 - flake8==3.7.9 + - gql + - grpcio + - grpcio-tools - importlib-metadata==0.23 - injective-py==0.7.* - mypy-extensions==0.4.3 @@ -67,4 +66,4 @@ dependencies: - websockets - yarl==1.* - git+https://github.com/CoinAlpha/python-signalr-client.git - - git+https://github.com/konichuvak/dydx-v3-python.git@web3 \ No newline at end of file + - git+https://github.com/konichuvak/dydx-v3-python.git@web3