Skip to content

Commit

Permalink
formatting and add dev packages to dev req files
Browse files Browse the repository at this point in the history
  • Loading branch information
Quentin-Anthony committed Nov 16, 2024
1 parent 82ba17a commit e2ba7ba
Show file tree
Hide file tree
Showing 13 changed files with 16 additions and 12 deletions.
2 changes: 1 addition & 1 deletion requirements/pyproject-apex-pip.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ pip = "23.3.2"

[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
build-backend = "poetry.core.masonry.api"
2 changes: 1 addition & 1 deletion requirements/pyproject-comet.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ comet_ml = ">=3.45.0"

[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
build-backend = "poetry.core.masonry.api"
2 changes: 1 addition & 1 deletion requirements/pyproject-flashattention.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ flash-attn = "2.5.6"

[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
build-backend = "poetry.core.masonry.api"
2 changes: 1 addition & 1 deletion requirements/pyproject-mamba.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ mamba_ssm = ">=1.2.0.post1"

[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
build-backend = "poetry.core.masonry.api"
4 changes: 3 additions & 1 deletion requirements/pyproject-neox-dev.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
build-backend = "poetry.core.masonry.api"
2 changes: 1 addition & 1 deletion requirements/pyproject-onebitadam.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ cupy-cuda111 = ">=8.6.0"

[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
build-backend = "poetry.core.masonry.api"
2 changes: 1 addition & 1 deletion requirements/pyproject-s3.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ hf-transfer = ">=0.1.3"

[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
build-backend = "poetry.core.masonry.api"
2 changes: 1 addition & 1 deletion requirements/pyproject-sparseattention.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ triton = "2.1.0"

[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
build-backend = "poetry.core.masonry.api"
2 changes: 1 addition & 1 deletion requirements/pyproject-tensorboard.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ tensorboard = "2.13.0"

[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
build-backend = "poetry.core.masonry.api"
2 changes: 1 addition & 1 deletion requirements/pyproject-transformerengine.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
build-backend = "poetry.core.masonry.api"
2 changes: 1 addition & 1 deletion requirements/pyproject-wandb.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ wandb = ">=0.10.28"

[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
build-backend = "poetry.core.masonry.api"
2 changes: 1 addition & 1 deletion requirements/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ toml = "*"

[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
build-backend = "poetry.core.masonry.api"
2 changes: 2 additions & 0 deletions requirements/requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit e2ba7ba

Please sign in to comment.