File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1
1
## Quantum Inferno Version History
2
2
3
+ ## 1.0.2 (2024-08-28)
4
+ - Update matplotlib requirement to 3.9.2
5
+
3
6
## 1.0.1 (2024-08-21)
4
7
- Updated to support Python 12
5
8
Original file line number Diff line number Diff line change 4
4
5
5
[project ]
6
6
name = " quantum_inferno"
7
- version = " 1.0.1 "
7
+ version = " 1.0.2 "
8
8
authors = [
9
9
{ name = " ISLA, UH" , email = " milton@isla.hawaii.edu" }
10
10
]
@@ -16,7 +16,7 @@ license = {file = "LICENSE"}
16
16
# Please specify dependencies in alphabetical order
17
17
dependencies = [
18
18
" 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.
20
20
" numpy==1.26.4" , # NumPy is a library for numerical computing in Python.
21
21
" pyproj~=3.6.1" , # pyproj is a Python interface to PROJ (cartographic projections and coordinate transform library).
22
22
" scipy==1.13.1" , # SciPy is a library for scientific computing in Python.
You can’t perform that action at this time.
0 commit comments