Skip to content

Commit

Permalink
Update to require PINT>=1.1.1 and use notebook over jupyter.
Browse files Browse the repository at this point in the history
  • Loading branch information
JPGlaser committed Dec 18, 2024
1 parent a4c204a commit 4b2c5cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ readme = "README.md"
requires-python = ">=3.8"
dependencies = [
"ruamel.yaml",
"pint_pulsar>=1.1",
"pint_pulsar>=1.1.1",
"enterprise-pulsar>=3.3.2",
"enterprise-extensions>=v2.4.1",
"pytest",
Expand All @@ -29,7 +29,7 @@ dependencies = [
"numpy",
"weasyprint",
"pytest-xdist[psutil]>=2.3.0",
"jupyter",
"notebook",
"seaborn",
"gitpython",
]
Expand Down

0 comments on commit 4b2c5cb

Please sign in to comment.