File size: 748 Bytes
bdfa8a5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
[project]
name = "chronos_conference"
version = "0.1.0"
description = "A Python package to execute most common models for retail"
authors = [
  { name = "Sebastian Sarasti", email = "sebitas.alejo@hotmail.com" }
]
readme = "README.md"

requires-python = ">=3.11"
dependencies = [
    "autogluon==1.4.0",
    "kagglehub==0.3.13",
    "numpy==2.1.3",
    "pandas==2.3.2",
    "utilsforecast==0.2.11",
    "statsforecast==2.0.1",
    "ipywidgets",
    "ipykernel",
    "pre_commit==4.3.0",
    "streamlit==1.50.0",
    "plotly==6.3.0",
    "nbformat==5.10.4"
]

[project.urls]
Repository = "https://github.com/sebassaras02/AWS_Community_Day_Ecuador_2025"

[build-system]
requires = ["setuptools>=61.0", "wheel"]
build-backend = "setuptools.build_meta"