Skip to content

Commit

Permalink
Merge branch 'main' into renovate/accelerate-0.x
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Nov 17, 2023
2 parents 87a76d4 + f9bf716 commit 453e00e
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,16 @@ dependencies = [
"genomepy==0.16.1",
"gimmemotifs==0.18.0",
"gtfparse==1.3.0",
"jupyterlab==4.0.7",
"jupyterlab==4.0.8",
"matplotlib==3.8.0",
"memory-efficient-attention-pytorch==0.1.6",
"pandas==2.1.1",
"pandas==2.1.3",
"pybedtools==0.9.1",
"seaborn==0.13.0",
"sourmash==4.8.4",
"torch==2.1.0",
"torchvision==0.16.0",
"wandb==0.15.12",
"wandb==0.16.0",
]

[project.scripts]
Expand Down Expand Up @@ -160,16 +160,16 @@ path = "src/dnadiffusion/__about__.py"
[tool.hatch.envs.default]
python = "3.10"
dependencies = [
"mkdocs-material==9.4.7",
"mkdocs-material==9.4.8",
"mkdocstrings==0.23.0",
"mkdocstrings[python]",
"mypy==1.6.1",
"pytest==7.4.2",
"pytest==7.4.3",
"pytest-asyncio==0.21.1",
"pytest-cov==4.1.0",
"ruff==0.1.3",
"types-tqdm==4.66.0.2",
"xdoctest==1.1.1",
"ruff==0.1.5",
"types-tqdm==4.66.0.4",
"xdoctest==1.1.2",
]

[tool.hatch.envs.default.scripts]
Expand Down

0 comments on commit 453e00e

Please sign in to comment.