From 7f6bf6928f5dc62b706b2ffe154f811f54d722d8 Mon Sep 17 00:00:00 2001 From: 简律纯 Date: Mon, 26 Feb 2024 15:42:38 +0800 Subject: chore(project): add pip deps and bump version from 0.1.4 to 0.1.5 --- Cargo.lock | 2 +- Cargo.toml | 2 +- pdm.lock | 14 ++++++++++++-- pyproject.toml | 6 +++++- 4 files changed, 19 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 623d9e7..98eba8a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 3 [[package]] name = "HydroRoll" -version = "0.1.0" +version = "0.1.5" dependencies = [ "pyo3", ] diff --git a/Cargo.toml b/Cargo.toml index 7d6cfc9..29c8b07 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "HydroRoll" -version = "0.1.0" +version = "0.1.5" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/pdm.lock b/pdm.lock index 3c119bc..8d713f7 100644 --- a/pdm.lock +++ b/pdm.lock @@ -2,11 +2,11 @@ # It is not intended for manual editing. [metadata] -groups = ["default"] +groups = ["default", "dev"] cross_platform = true static_urls = false lock_version = "4.3" -content_hash = "sha256:016b95dbec96cbb56ddfb6fd4a48e755887a9dae3bfe55c4d05ef01384484c41" +content_hash = "sha256:c7497b9218fb5f6908c41773b2e7ef6410610256d2f6ac862bceacfce18bd988" [[package]] name = "aiohttp" @@ -684,6 +684,16 @@ files = [ {file = "numpy-1.24.4.tar.gz", hash = "sha256:80f5e3a4e498641401868df4208b74581206afbee7cf7b8329daae82676d9463"}, ] +[[package]] +name = "pip" +version = "24.0" +requires_python = ">=3.7" +summary = "The PyPA recommended tool for installing Python packages." +files = [ + {file = "pip-24.0-py3-none-any.whl", hash = "sha256:ba0d021a166865d2265246961bec0152ff124de910c5cc39f1156ce3fa7c69dc"}, + {file = "pip-24.0.tar.gz", hash = "sha256:ea9bd1a847e8c5774a5777bb398c19e80bcd4e2aa16a4b301b718fe6f593aba2"}, +] + [[package]] name = "pydantic" version = "2.6.0" diff --git a/pyproject.toml b/pyproject.toml index 47bd9fa..e0a3ea6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,4 +44,8 @@ repository = "https://github.com/HydroRoll-Team/HydroRoll" documentation = "https://docs.hydroroll.team/" [tool.maturin] -features = ["pyo3/extension-module"] \ No newline at end of file +features = ["pyo3/extension-module"] +[tool.pdm.dev-dependencies] +dev = [ + "pip>=24.0", +] -- cgit v1.2.3-70-g09d2