Skip to content

Commit

Permalink
update poetry with new matplot 3.9.2 and plotly 5.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardFreedman committed Aug 29, 2024
1 parent 696db8b commit 82ab2a1
Show file tree
Hide file tree
Showing 10 changed files with 630 additions and 425 deletions.
Binary file added crim_intervals/__pycache__/__init__.cpython-311.pyc
Binary file not shown.
Binary file added crim_intervals/__pycache__/main.cpython-311.pyc
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
1,050 changes: 627 additions & 423 deletions poetry.lock

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ packages = [
]

[tool.poetry.dependencies]
python = ">=3.9"
altair = "5.2.0"
certifi = "2020.12.5"
chardet = "4.0.0"
Expand All @@ -21,13 +22,13 @@ ipython = ">=7.23.1,<8.0"
joblib = "1.0.1"
jsonschema = ">=3.1"
lxml = "5.1.0"
matplotlib = "3.5.2"
matplotlib = "^3.9.2"
more-itertools = "8.7.0"
music21 = "8.3.0"
numpy = ">=1.20.2,<2.0.0"
pandas = ">=2.2.0"
statsmodels = "0.14.1"
plotly = "5.18.0"
plotly = "5.19.0"
plotly-express = "0.4.1"
pyarrow = ">=15.0.0"
pyvis = "0.1.9"
Expand Down

0 comments on commit 82ab2a1

Please sign in to comment.