forked from hoernsch/advanced-power-forecast
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
38 lines (34 loc) · 900 Bytes
/
pyproject.toml
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
[tool.poetry]
name = "power"
version = "0.3.0"
description = "Application aiming at predicting the day ahead photovoltaic (PV) electricity production"
authors = ["jerome roeser <jerome.roeser@gmail.com>"]
license = "MIT"
readme = "README.md"
[tool.poetry.dependencies]
python = "3.10.6"
streamlit = "^1.39.0"
folium = "^0.18.0"
streamlit-folium = "^0.23.1"
fastapi = "^0.115.4"
uvicorn = "^0.32.0"
colorama = "^0.4.6"
tensorboard = "2.12.0"
tensorflow = "2.12.0"
google-api-core = "^2.21.0"
google-cloud-core = "^2.4.1"
google-cloud-bigquery = "^3.26.0"
google-cloud-storage = "^2.18.2"
db-dtypes = "^1.3.0"
matplotlib = "^3.9.2"
seaborn = "^0.13.2"
pypalettes = "^0.1.3"
pyfonts = "^0.0.2"
highlight-text = "^0.2"
drawarrow = "^0.0.3"
tqdm = "^4.67.0"
[tool.poetry.group.dev.dependencies]
ipykernel = "^6.29.5"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"