Skip to content

Commit

Permalink
Updating deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Samreay committed Nov 8, 2023
1 parent 50fd63b commit 0f34dc3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 83 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ repos:
- --unsafe
- id: trailing-whitespace
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.2
rev: v0.1.4
hooks:
- id: ruff
args: ["--fix", "--no-unsafe-fixes"]
Expand Down
78 changes: 4 additions & 74 deletions poetry.lock

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

11 changes: 3 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ build-backend = "poetry.core.masonry.api"
requires = ["poetry-core"]

[tool.poetry]
authors = ["Samuel Hinton <sh@arenko.group>"]
authors = ["Samuel Hinton <samuelreay@gmail.com>"]
description = "ChainConsumer: Consumer your MCMC chains"
name = "ChainConsumer"
packages = [{include = "chainconsumer", from = "src"}]
readme = "README.md"
version = "v1.0.2"
version = "v0.0.0"

[tool.poetry-version-plugin]
source = "git-tag"
Expand All @@ -23,17 +23,15 @@ pandas = "^2.1.1"
pillow = "^10.0.1"
pydantic = "^2.2.0"


[tool.poetry.group.test.dependencies]
pytest = "^7.4.0"
numpyro = ">=0.13.2, <1"
emcee = "^3.1.4"
arviz = ">=0.16.1, <1"

[tool.poetry.group.dev.dependencies]
black = ">=23.3.0"
pre-commit = ">=3.3.3"
ruff = ">=0.0.276, <1"
ruff = ">=0.1.4, <1"
mypy = "^1.4.1"
pandas-stubs = "^2.1.1.230928"

Expand All @@ -47,9 +45,6 @@ mdx-include = ">=1.4.1"
mkdocstrings-python = ">=0.8.3"
mkdocs-gallery = ">=0.7.8"

[tool.black]
line-length = 120
target-version = ['py310']

[tool.ruff]
src = ["src"]
Expand Down

0 comments on commit 0f34dc3

Please sign in to comment.