Skip to content

Commit

Permalink
update pint and cairosvg version
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeitsperre committed Nov 8, 2024
1 parent 85cdd3f commit d452cd2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
7 changes: 3 additions & 4 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies:
- numpy >=1.23.0
- packaging >=24.0
- pandas >=2.2.0
- pint >=0.18.0
- pint >=0.24.4
- pyarrow >=15.0.0 # Strongly encouraged for Pandas v2.2.0+
- pyyaml >=6.0.1
- scikit-learn >=1.1.0
Expand All @@ -33,7 +33,7 @@ dependencies:
- black ==24.10.0
- blackdoc ==0.3.9
- bump-my-version >=0.27.0
- cairosvg
- cairosvg >=2.6.0
- codespell ==2.3.0
- coverage >=7.5.0
- coveralls >=4.0.1 # Note: coveralls is not yet compatible with Python 3.13
Expand Down Expand Up @@ -73,12 +73,11 @@ dependencies:
- sphinx-copybutton
- sphinx-mdinclude
- sphinxcontrib-bibtex
- sphinxcontrib-svg2pdfconverter
- tokenize-rt >=5.2.0
- tox >=4.21.2
- tox-gh >=1.4.4
- vulture ==2.13
- xdoctest >=1.1.5
- yamllint >=1.35.1
- pip >=24.2.0
- pip:
- sphinxcontrib-svg2pdfconverter
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ dependencies = [
"numpy >=1.23.0",
"packaging >=24.0",
"pandas >=2.2",
"pint >=0.18",
"pint >=0.24.4",
"pyarrow >=10.0.1", # Strongly encouraged for pandas v2.2.0+
"pyyaml >=6.0.1",
"scikit-learn >=1.1.0",
Expand Down Expand Up @@ -94,6 +94,7 @@ dev = [
]
docs = [
# Documentation and examples
"cairosvg >=2.6.0",
"distributed >=2.0",
"furo >=2023.9.10",
"ipykernel",
Expand Down

0 comments on commit d452cd2

Please sign in to comment.