-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
39 lines (39 loc) · 921 Bytes
/
pyproject.toml
File metadata and controls
39 lines (39 loc) · 921 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
[project]
name = "1090-riddle"
version = "1.0.0"
description = "Proyecto de Datos desarrollado con los datos de señales ADS-B de aviones"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"jupyter>=1.1.1",
"matplotlib>=3.10.0",
"numpy==1.26.4",
"pandas>=2.2.3",
"pymodes>=2.19",
"folium>=0.19.4",
"dask>=2025.1.0",
"pyarrow==17.0.0",
"seaborn>=0.13.2",
"plotly==5.9",
"dash>=2.18.2",
"missingno>=0.5.2",
"plotly-express>=0.4.1",
"shapely>=2.0.7",
"google-genai>=1.4.0",
"pyproj>=3.7.1",
"geopandas>=1.0.1",
"requests>=2.32.3",
"beautifulsoup4>=4.12.3",
"scikit-learn==1.6",
"tensorflow==2.16.2",
"keras>=3.9.0",
"pyspark>=3.5.5",
"wandb>=0.19.8",
"adjusttext>=1.3.0",
"plotly-calplot>=0.1.20",
"tqdm>=4.67.1",
"xgboost>=3.0.0",
"joblib>=1.4.2",
"jax>=0.4.34",
"numpyro>=0.18.0",
]