From 13cfe5204f34941d1092e6a32ca9d57decc4bd12 Mon Sep 17 00:00:00 2001 From: JessicaJohnBritto <79603974+JessicaJohnBritto@users.noreply.github.com> Date: Thu, 19 Sep 2024 22:29:50 +0530 Subject: [PATCH] cannot upload new version - pyproject.toml could be wrong --- .ipynb_checkpoints/pyproject-checkpoint.toml | 16 ++++++++++++---- .../requirementsWPS-checkpoint.txt | 3 +++ pyproject.toml | 16 ++++++++++++---- 3 files changed, 27 insertions(+), 8 deletions(-) create mode 100644 .ipynb_checkpoints/requirementsWPS-checkpoint.txt diff --git a/.ipynb_checkpoints/pyproject-checkpoint.toml b/.ipynb_checkpoints/pyproject-checkpoint.toml index 33b5cfd..26fb2a5 100644 --- a/.ipynb_checkpoints/pyproject-checkpoint.toml +++ b/.ipynb_checkpoints/pyproject-checkpoint.toml @@ -6,7 +6,8 @@ build-backend = "setuptools.build_meta" [project] name = "WPSProtocol" readme = "README.md" -dynamic = ["version", "dependencies"] +# dynamic = ["version", "dependencies"] +dynamic = ["version"] requires-python = ">=3.10" authors = [ @@ -19,13 +20,20 @@ classifiers = [ "Operating System :: OS Independent", ] +dependencies = [ + "numpy>=1.21.0", + "matplotlib>=3.4.0", + "scipy>=1.7.0" +] + + [project.urls] -Homepage = "https://walshpulseseq.readthedocs.io/en/latest/readme.html" +Homepage = "https://github.com/JessicaJohnBritto/WalshPulseSeq/tree/main" Documentation = "https://walshpulseseq.readthedocs.io/en/latest/api/modules.html" Issues = "https://github.com/JessicaJohnBritto/WalshPulseSeq/issues" -[tool.setuptools.dynamic] -dependencies = {file = ["requirementsWPS.txt"]} +# [tool.setuptools.dynamic] +# dependencies = {file = ["requirementsWPS.txt"]} [tool.setuptools-git-versioning] enabled = true diff --git a/.ipynb_checkpoints/requirementsWPS-checkpoint.txt b/.ipynb_checkpoints/requirementsWPS-checkpoint.txt new file mode 100644 index 0000000..a9e2534 --- /dev/null +++ b/.ipynb_checkpoints/requirementsWPS-checkpoint.txt @@ -0,0 +1,3 @@ +numpy +matplotlib +scipy diff --git a/pyproject.toml b/pyproject.toml index 33b5cfd..26fb2a5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,8 @@ build-backend = "setuptools.build_meta" [project] name = "WPSProtocol" readme = "README.md" -dynamic = ["version", "dependencies"] +# dynamic = ["version", "dependencies"] +dynamic = ["version"] requires-python = ">=3.10" authors = [ @@ -19,13 +20,20 @@ classifiers = [ "Operating System :: OS Independent", ] +dependencies = [ + "numpy>=1.21.0", + "matplotlib>=3.4.0", + "scipy>=1.7.0" +] + + [project.urls] -Homepage = "https://walshpulseseq.readthedocs.io/en/latest/readme.html" +Homepage = "https://github.com/JessicaJohnBritto/WalshPulseSeq/tree/main" Documentation = "https://walshpulseseq.readthedocs.io/en/latest/api/modules.html" Issues = "https://github.com/JessicaJohnBritto/WalshPulseSeq/issues" -[tool.setuptools.dynamic] -dependencies = {file = ["requirementsWPS.txt"]} +# [tool.setuptools.dynamic] +# dependencies = {file = ["requirementsWPS.txt"]} [tool.setuptools-git-versioning] enabled = true