From 7f8bf90bb60e9861e0e6ea64eff215f9423933e0 Mon Sep 17 00:00:00 2001 From: Sangjoon Bob Lee Date: Thu, 3 Oct 2024 13:15:35 -0400 Subject: [PATCH 1/2] Add news and use pip.txt for pypi packages --- news/recut.rst | 24 ++++++++++++++++++++++++ pyproject.toml | 2 +- requirements/{run.txt => conda.txt} | 2 +- 3 files changed, 26 insertions(+), 2 deletions(-) create mode 100644 news/recut.rst rename requirements/{run.txt => conda.txt} (54%) diff --git a/news/recut.rst b/news/recut.rst new file mode 100644 index 0000000..6a5739f --- /dev/null +++ b/news/recut.rst @@ -0,0 +1,24 @@ +**Added:** + +* + +**Changed:** + +* + +**Deprecated:** + +* + +**Removed:** + +* + +**Fixed:** + +* cookiecut to group's Python package standard +* add pip packages under pip.txt + +**Security:** + +* diff --git a/pyproject.toml b/pyproject.toml index 61b906c..b092493 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ exclude = [] # exclude packages matching these glob patterns (empty by default) namespaces = false # to disable scanning PEP 420 namespaces (true by default) [tool.setuptools.dynamic] -dependencies = {file = ["requirements/run.txt"]} +dependencies = {file = ["requirements/pip.txt"]} [tool.black] line-length = 115 diff --git a/requirements/run.txt b/requirements/conda.txt similarity index 54% rename from requirements/run.txt rename to requirements/conda.txt index f8febd0..9de315b 100644 --- a/requirements/run.txt +++ b/requirements/conda.txt @@ -1,5 +1,5 @@ h5py time tk -matplotlib +matplotlib-base numpy From 659172b4372656381b3ed7caf7e920b9b392eb22 Mon Sep 17 00:00:00 2001 From: Sangjoon Bob Lee Date: Thu, 3 Oct 2024 13:16:13 -0400 Subject: [PATCH 2/2] Add pip.txt --- requirements/pip.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/requirements/pip.txt b/requirements/pip.txt index e69de29..f8febd0 100644 --- a/requirements/pip.txt +++ b/requirements/pip.txt @@ -0,0 +1,5 @@ +h5py +time +tk +matplotlib +numpy