forked from hummingbot/quants-lab
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenvironment.yml
More file actions
43 lines (43 loc) · 737 Bytes
/
environment.yml
File metadata and controls
43 lines (43 loc) · 737 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
name: quants-lab
channels:
- conda-forge
- defaults
dependencies:
- python=3.12
- sqlalchemy
- libcxx
- pip
- pip:
- hummingbot
- hummingbot-api-client
- pycoingecko
- geckoterminal-py==0.2.5
- glom
- defillama
- statsmodels
- numpy
- pandas
- plotly
- jupyter
- scikit-learn
- pydantic
- pyyaml
- optuna
- optuna-dashboard
- pathlib
- pre-commit
- isort
- flake8
- python-dotenv
- asyncpg
- psycopg2-binary
- pyarrow
- motor>=3.3.2
- fastapi
- uvicorn[standard]
- croniter
- pytz
- papermill
- nbformat
- nbclient
- kaleido