Skip to content

Commit 25a9443

Browse files
Julien RousselJulien Roussel
authored andcommitted
matplotlib version issue patched
1 parent fdba799 commit 25a9443

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.python-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
env_qolmat_3.9

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ ipykernel = "^6.29.5"
5555
jupyter = "1.0.0"
5656
jupyterlab = "1.2.6"
5757
jupytext = "1.14.4"
58-
matplotlib = "3.6.2"
58+
matplotlib = "*"
5959
packaging = "23.1"
6060
pre-commit = "2.21.0"
6161
twine = "3.7.1"

qolmat/utils/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ def _validate_input(X: NDArray) -> pd.DataFrame:
102102
return df
103103

104104

105-
def check_dtypes(X: NDArray | pd.DataFrame):
105+
def check_dtypes(X: pd.DataFrame):
106106
"""Validate that all elements are of type int, float, or str.
107107
108108
This function checks whether each element in the input array or DataFrame

0 commit comments

Comments
 (0)