From e2ba7bacea972d2ecfa2e77213194c1ea9b8895f Mon Sep 17 00:00:00 2001 From: Quentin Anthony Date: Fri, 15 Nov 2024 18:44:47 -0800 Subject: [PATCH] formatting and add dev packages to dev req files --- requirements/pyproject-apex-pip.toml | 2 +- requirements/pyproject-comet.toml | 2 +- requirements/pyproject-flashattention.toml | 2 +- requirements/pyproject-mamba.toml | 2 +- requirements/pyproject-neox-dev.toml | 4 +++- requirements/pyproject-onebitadam.toml | 2 +- requirements/pyproject-s3.toml | 2 +- requirements/pyproject-sparseattention.toml | 2 +- requirements/pyproject-tensorboard.toml | 2 +- requirements/pyproject-transformerengine.toml | 2 +- requirements/pyproject-wandb.toml | 2 +- requirements/pyproject.toml | 2 +- requirements/requirements-dev.txt | 2 ++ 13 files changed, 16 insertions(+), 12 deletions(-) diff --git a/requirements/pyproject-apex-pip.toml b/requirements/pyproject-apex-pip.toml index ed9435af3..df41dc925 100644 --- a/requirements/pyproject-apex-pip.toml +++ b/requirements/pyproject-apex-pip.toml @@ -11,4 +11,4 @@ pip = "23.3.2" [build-system] requires = ["poetry-core>=1.0.0"] -build-backend = "poetry.core.masonry.api" \ No newline at end of file +build-backend = "poetry.core.masonry.api" diff --git a/requirements/pyproject-comet.toml b/requirements/pyproject-comet.toml index 3fc98576b..04422a213 100644 --- a/requirements/pyproject-comet.toml +++ b/requirements/pyproject-comet.toml @@ -11,4 +11,4 @@ comet_ml = ">=3.45.0" [build-system] requires = ["poetry-core>=1.0.0"] -build-backend = "poetry.core.masonry.api" \ No newline at end of file +build-backend = "poetry.core.masonry.api" diff --git a/requirements/pyproject-flashattention.toml b/requirements/pyproject-flashattention.toml index 73102251a..14c7ad112 100644 --- a/requirements/pyproject-flashattention.toml +++ b/requirements/pyproject-flashattention.toml @@ -11,4 +11,4 @@ flash-attn = "2.5.6" [build-system] requires = ["poetry-core>=1.0.0"] -build-backend = "poetry.core.masonry.api" \ No newline at end of file +build-backend = "poetry.core.masonry.api" diff --git a/requirements/pyproject-mamba.toml b/requirements/pyproject-mamba.toml index 807d4d801..0f6191662 100644 --- a/requirements/pyproject-mamba.toml +++ b/requirements/pyproject-mamba.toml @@ -13,4 +13,4 @@ mamba_ssm = ">=1.2.0.post1" [build-system] requires = ["poetry-core>=1.0.0"] -build-backend = "poetry.core.masonry.api" \ No newline at end of file +build-backend = "poetry.core.masonry.api" diff --git a/requirements/pyproject-neox-dev.toml b/requirements/pyproject-neox-dev.toml index 4a0058a3e..55b00f6ba 100644 --- a/requirements/pyproject-neox-dev.toml +++ b/requirements/pyproject-neox-dev.toml @@ -15,7 +15,9 @@ pytest-cov = ">=2.11.1" pytest-forked = ">=1.3.0" pytest-html = "4.1.1" pytest-xdist = "*" +toml = ">=0.10.2" +packaging = ">=23.0" [build-system] requires = ["poetry-core>=1.0.0"] -build-backend = "poetry.core.masonry.api" \ No newline at end of file +build-backend = "poetry.core.masonry.api" diff --git a/requirements/pyproject-onebitadam.toml b/requirements/pyproject-onebitadam.toml index 002391e93..aeaf33aa6 100644 --- a/requirements/pyproject-onebitadam.toml +++ b/requirements/pyproject-onebitadam.toml @@ -11,4 +11,4 @@ cupy-cuda111 = ">=8.6.0" [build-system] requires = ["poetry-core>=1.0.0"] -build-backend = "poetry.core.masonry.api" \ No newline at end of file +build-backend = "poetry.core.masonry.api" diff --git a/requirements/pyproject-s3.toml b/requirements/pyproject-s3.toml index d90584660..a0cb99aef 100644 --- a/requirements/pyproject-s3.toml +++ b/requirements/pyproject-s3.toml @@ -12,4 +12,4 @@ hf-transfer = ">=0.1.3" [build-system] requires = ["poetry-core>=1.0.0"] -build-backend = "poetry.core.masonry.api" \ No newline at end of file +build-backend = "poetry.core.masonry.api" diff --git a/requirements/pyproject-sparseattention.toml b/requirements/pyproject-sparseattention.toml index ecd069c13..2864c799b 100644 --- a/requirements/pyproject-sparseattention.toml +++ b/requirements/pyproject-sparseattention.toml @@ -11,4 +11,4 @@ triton = "2.1.0" [build-system] requires = ["poetry-core>=1.0.0"] -build-backend = "poetry.core.masonry.api" \ No newline at end of file +build-backend = "poetry.core.masonry.api" diff --git a/requirements/pyproject-tensorboard.toml b/requirements/pyproject-tensorboard.toml index 3f88cb644..79bbfa900 100644 --- a/requirements/pyproject-tensorboard.toml +++ b/requirements/pyproject-tensorboard.toml @@ -11,4 +11,4 @@ tensorboard = "2.13.0" [build-system] requires = ["poetry-core>=1.0.0"] -build-backend = "poetry.core.masonry.api" \ No newline at end of file +build-backend = "poetry.core.masonry.api" diff --git a/requirements/pyproject-transformerengine.toml b/requirements/pyproject-transformerengine.toml index 07429f88a..7c313e0d9 100644 --- a/requirements/pyproject-transformerengine.toml +++ b/requirements/pyproject-transformerengine.toml @@ -11,4 +11,4 @@ transformer-engine = {git = "https://github.com/NVIDIA/TransformerEngine.git", r [build-system] requires = ["poetry-core>=1.0.0"] -build-backend = "poetry.core.masonry.api" \ No newline at end of file +build-backend = "poetry.core.masonry.api" diff --git a/requirements/pyproject-wandb.toml b/requirements/pyproject-wandb.toml index e34fe8648..c5806b341 100644 --- a/requirements/pyproject-wandb.toml +++ b/requirements/pyproject-wandb.toml @@ -11,4 +11,4 @@ wandb = ">=0.10.28" [build-system] requires = ["poetry-core>=1.0.0"] -build-backend = "poetry.core.masonry.api" \ No newline at end of file +build-backend = "poetry.core.masonry.api" diff --git a/requirements/pyproject.toml b/requirements/pyproject.toml index ccaf95e4e..91d6fc1dd 100644 --- a/requirements/pyproject.toml +++ b/requirements/pyproject.toml @@ -30,4 +30,4 @@ toml = "*" [build-system] requires = ["poetry-core>=1.0.0"] -build-backend = "poetry.core.masonry.api" \ No newline at end of file +build-backend = "poetry.core.masonry.api" diff --git a/requirements/requirements-dev.txt b/requirements/requirements-dev.txt index 60ff3224f..8dfd5595c 100644 --- a/requirements/requirements-dev.txt +++ b/requirements/requirements-dev.txt @@ -1,8 +1,10 @@ autopep8>=1.5.6 clang-format>=13.0.1 +packaging>=23.0 pre-commit>=2.17.0 pytest>=6.2.3 pytest-cov>=2.11.1 pytest-forked>=1.3.0 pytest-html==4.1.1 pytest-xdist +toml>=0.10.2