Skip to content

Commit bcda91c

Browse files
authored
Merge pull request #79 from hummingbot/fix-pandas
update environment.yml
2 parents d0e5bef + 68367ab commit bcda91c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

environment.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,16 @@ dependencies:
77
- fastapi
88
- uvicorn
99
- boto3
10-
- libcxx
10+
- libcxx
1111
- python-dotenv
12-
- pandas-ta>=0.3.14b
13-
- pandas>=2.2.3
14-
- numpy>=1.26
12+
- pandas=2.2.3
13+
- numpy=1.26.*
14+
- pandas-ta=0.3.14b0
1515
- docker-py
1616
- pip
1717
- pip:
18-
- hummingbot
18+
- hummingbot==20250715
19+
- msgpack>=1.0.5
1920
- flake8
2021
- isort
2122
- pre-commit
@@ -28,4 +29,3 @@ dependencies:
2829
- psycopg2-binary
2930
- greenlet
3031
- pydantic-settings
31-
- logfire

0 commit comments

Comments
 (0)