File size: 897 Bytes
64ab846
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
[project]
name = "soilcast2-analytics"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
    "geopandas>=1.1.1",
    "geopy>=2.4.1",
    "ipykernel>=6.29.5",
    "ipywidgets>=8.1.8",
    "mlflow>=3.5.1",
    "netcdf4>=1.7.3",
    "notebook>=7.4.5",
    "openmeteo-requests>=1.7.3",
    "openpyxl>=3.1.5",
    "optuna>=4.5.0",
    "optuna-integration[mlflow]>=4.0.0",
    "pandas>=2.3.1",
    "pandas-stubs==2.3.3.251201",
    "plotly>=6.3.0",
    "prefect>=3.4.8",
    "pyarrow>=20.0.0",
    "pytest>=8.4.1",
    "rasterio>=1.4.3",
    "requests-cache>=1.2.1",
    "retry-requests>=2.0.0",
    "scikit-learn>=1.7.0",
    "sentinelhub>=3.11.3",
    "soiltexture>=1.0.4",
    "statsmodels>=0.14.5",
    "torch>=2.9.1",
    "xarray>=2025.7.1",
    "xgboost>=3.0.5",
    "zarr>=3.1.1",
]