Skip to content

Commit

Permalink
Merge branch 'hummingbot:development' into development
Browse files Browse the repository at this point in the history
  • Loading branch information
petioptrv authored Aug 28, 2023
2 parents 2b503fa + 7a4f564 commit 2796dcd
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions setup/environment.yml
Original file line number Diff line number Diff line change
@@ -1,24 +1,19 @@
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
- numpy-base=1.23.5
- 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
Expand All @@ -31,6 +26,7 @@ dependencies:
- aiohttp==3.*
- aioprocessing==2.0
- aioresponses
- aiounittest
- appdirs==1.4.3
- async-timeout
- asyncssh==2.13.1
Expand All @@ -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
Expand All @@ -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
- git+https://github.com/konichuvak/dydx-v3-python.git@web3

0 comments on commit 2796dcd

Please sign in to comment.