-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenvironment.yml
More file actions
65 lines (65 loc) · 1.32 KB
/
environment.yml
File metadata and controls
65 lines (65 loc) · 1.32 KB
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
# Version matching according to PEP-440
# run: conda env create --file environment.yml
name: odapi
channels:
- conda-forge
- defaults
dependencies:
- python=3.12
- pip
- pytest
- numpy
- pandas==2.1.*
- plotly
- pymongo
- requests
- aiohttp
- neovim
- isort
- jupyterlab
- ipython
- ipdb
- python-dotenv
- geopandas>=1.0 # used for GeoDataFrame.to_geo_dict
- openpyxl
- geopy
- osmnx
- networkx
#- pyproj==3.6.0 # there was a bug in 3.6.1
- pyproj
- geoalchemy2
- sqlalchemy==1.4.54
- sqlmodel
- pydantic<2 # Sqlmodel is currently not compatible with pydantic V2
- great-expectations
- airflow
- apache-airflow-providers-mongo
- apache-airflow-providers-postgres
- apache-airflow-providers-docker
- apache-airflow-providers-airbyte
- apache-airflow-providers-amazon
#- jinja2=3.0.3
- jinja2
- aiohttp
- asyncpg
- pip:
- redis
- docker
- dbt-core==1.8.2 # Dagster not compatible with dbt-core 1.8.4
- dbt-postgres==1.8.2
- dagster==1.10.5
- dagster-webserver==1.10.5
- dagster-dbt==0.26.5
- dagster-postgres==0.26.5
- dagster-aws==0.26.5
- gtfs-realtime-bindings
- protobuf3-to-dict
- "fastapi[standard]"
- fastapi-pagination
- pyarrow
- uvicorn
- jq
- OWSLib
- pyaxis
- XlsxWriter
- black