Skip to content

Commit

Permalink
Merge branch 'main' into to/#29-simulation-loop
Browse files Browse the repository at this point in the history
# Conflicts:
#	poetry.lock
  • Loading branch information
danielfeismann committed Oct 24, 2023
2 parents 84833c1 + 2ac10ea commit 722d5da
Show file tree
Hide file tree
Showing 3 changed files with 61 additions and 46 deletions.
3 changes: 2 additions & 1 deletion docs/sphinx/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
myst-parser==0.17.2
myst-parser==2.0.0
sphinx-rtd-theme==1.3.0
100 changes: 57 additions & 43 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ authors = ["ie3"]
[tool.poetry.dependencies]
python = "~3.10.4"
PyYAML = "~6.0"
pandas = "~2.1.0"
pandas = "~2.1.1"

[tool.poetry.dev-dependencies]
pre-commit = "~3.3.3"
Expand All @@ -16,7 +16,7 @@ Sphinx = "~7.2.6"
myst-parser = "~2.0.0"
sphinx-rtd-theme = "~1.3.0"
pytest = "~7.4.0"
black = "~23.7.0"
black = "~23.10.1"
flake8 = "~6.1.0"
isort = "~5.12.0"
flake8-isort = "~6.0.0"
Expand Down

0 comments on commit 722d5da

Please sign in to comment.