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