Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-cooney committed Jan 26, 2024
1 parent abc0291 commit 9ff7d06
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 23 deletions.
3 changes: 2 additions & 1 deletion docs/gen_ref_pages.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,4 +114,5 @@ def run() -> None:
generate_nav_file(nav, REFERENCE_DIR)


run()
if __name__ == "__main__":
run()
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

42 changes: 21 additions & 21 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,51 +8,51 @@
version="0.0.0"

[tool.poetry.dependencies]
datasets=">=2.15.0"
einops=">=0.6"
pydantic=">=2.5.2"
datasets=">=2.16.1"
einops=">=0.7.0"
pydantic=">=2.5.3"
python=">=3.10, <3.12"
strenum=">=0.4.15"
tokenizers=">=0.15.0"
torch=">=2.1.1"
transformers=">=4.35.2"
wandb=">=0.16.1"
tokenizers=">=0.15.1"
torch=">=2.1.2"
transformers=">=4.37.1"
wandb=">=0.16.2"
zstandard=">=0.22.0" # Required for downloading datasets such as The Pile

[tool.poetry.group]
[tool.poetry.group.dev.dependencies]
jupyter=">=1"
plotly=">=5"
poethepoet=">=0.24.2"
pydoclint=">=0.3.8"
pyright=">=1.1.340"
pytest=">=7"
pytest-cov=">=4"
jupyter=">=1.0.0"
plotly=">=5.18.0"
poethepoet=">=0.24.4"
pydoclint=">=0.3.9"
pyright=">=1.1.348"
pytest=">=7.4.4"
pytest-cov=">=4.1.0"
pytest-integration=">=0.2.3"
pytest-timeout=">=2.2.0"
pytest-xdist="^3.5.0"
ruff=">=0.1.14"
syrupy=">=4.6.0"

[tool.poetry.group.demos.dependencies]
huggingface-hub=">=0.19.4"
huggingface-hub=">=0.20.3"
ipywidgets=">=8.1.1"
jupyterlab=">=3"
transformer-lens=">=1.9.0"
jupyterlab=">=4.0.11"
transformer-lens=">=1.13.0"

[tool.poetry.group.docs.dependencies]
mkdocs=">=1.5.3"
mkdocs-gen-files=">=0.5.0"
mkdocs-htmlproofer-plugin=">=1.0.0"
mkdocs-literate-nav=">=0.6.1"
mkdocs-material=">=9.4.10"
mkdocs-material=">=9.5.5"
mkdocs-section-index=">=0.3.8"
mkdocstrings={extras=["python"], version=">=0.24.0"}
mkdocstrings-python=">=1.7.3"
mkdocstrings-python=">=1.8.0"
mknotebooks=">=0.8.0"
pygments=">=2.17.2"
pymdown-extensions=">=10.5"
pytkdocs-tweaks=">=0.0.7"
pymdown-extensions=">=10.7"
pytkdocs-tweaks=">=0.0.8"

[tool.poetry.scripts]
join-sae-sweep='sparse_autoencoder.train.join_sweep:run'
Expand Down

0 comments on commit 9ff7d06

Please sign in to comment.