We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d0e5bef + 68367ab commit bcda91cCopy full SHA for bcda91c
environment.yml
@@ -7,15 +7,16 @@ dependencies:
7
- fastapi
8
- uvicorn
9
- boto3
10
- - libcxx
+ - libcxx
11
- python-dotenv
12
- - pandas-ta>=0.3.14b
13
- - pandas>=2.2.3
14
- - numpy>=1.26
+ - pandas=2.2.3
+ - numpy=1.26.*
+ - pandas-ta=0.3.14b0
15
- docker-py
16
- pip
17
- pip:
18
- - hummingbot
+ - hummingbot==20250715
19
+ - msgpack>=1.0.5
20
- flake8
21
- isort
22
- pre-commit
@@ -28,4 +29,3 @@ dependencies:
28
29
- psycopg2-binary
30
- greenlet
31
- pydantic-settings
- - logfire
0 commit comments