Skip to content

Commit 49a3bee

Browse files
author
tyler
committed
update to matplotlib requirement
1 parent 5787047 commit 49a3bee

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

docs/changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
## Quantum Inferno Version History
22

3+
## 1.0.2 (2024-08-28)
4+
- Update matplotlib requirement to 3.9.2
5+
36
## 1.0.1 (2024-08-21)
47
- Updated to support Python 12
58

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
[project]
66
name = "quantum_inferno"
7-
version = "1.0.1"
7+
version = "1.0.2"
88
authors = [
99
{ name = "ISLA, UH", email = "milton@isla.hawaii.edu" }
1010
]
@@ -16,7 +16,7 @@ license = {file = "LICENSE"}
1616
# Please specify dependencies in alphabetical order
1717
dependencies = [
1818
"librosa==0.10.2", # librosa is a Python package for music and audio analysis.
19-
"matplotlib==3.9.1", # Matplotlib is a comprehensive library for visualizations in Python.
19+
"matplotlib==3.9.2", # Matplotlib is a comprehensive library for visualizations in Python.
2020
"numpy==1.26.4", # NumPy is a library for numerical computing in Python.
2121
"pyproj~=3.6.1", # pyproj is a Python interface to PROJ (cartographic projections and coordinate transform library).
2222
"scipy==1.13.1", # SciPy is a library for scientific computing in Python.

0 commit comments

Comments
 (0)