mirror of
https://github.com/RYDE-WORK/lnp_ml.git
synced 2026-03-21 09:36:32 +08:00
32 lines
636 B
TOML
32 lines
636 B
TOML
[workspace]
|
|
authors = ["RYDE-WORK <rydewu@primedigitaltech.com>"]
|
|
channels = ["conda-forge"]
|
|
name = "LNP_ML"
|
|
platforms = ["linux-64", "osx-arm64"]
|
|
version = "0.1.0"
|
|
|
|
[tasks]
|
|
|
|
[dependencies]
|
|
loguru = "*"
|
|
ruff = "*"
|
|
tqdm = "*"
|
|
typer = "*"
|
|
pip = "*"
|
|
python = "3.8.*"
|
|
|
|
[pypi-dependencies]
|
|
lnp_ml = { path = ".", editable = true }
|
|
chemprop = "==1.7.0"
|
|
setuptools = "*"
|
|
pandas = ">=2.0.3, <3"
|
|
openpyxl = ">=3.1.5, <4"
|
|
python-dotenv = ">=1.0.1, <2"
|
|
pyarrow = ">=17.0.0, <18"
|
|
fastparquet = ">=2024.2.0, <2025"
|
|
fastapi = ">=0.124.4, <0.125"
|
|
streamlit = ">=1.40.1, <2"
|
|
httpx = ">=0.28.1, <0.29"
|
|
uvicorn = ">=0.33.0, <0.34"
|
|
optuna = ">=4.5.0, <5"
|