Skip to content

Commit 8cffeb1

Browse files
committed
Relaxes matplotlib dependency
1 parent e2fb636 commit 8cffeb1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ dependencies = [
6868
"fsspec>=0.8.7",
6969
"gitpython>=3.1.2",
7070
"jinja2>=2.11.2",
71-
"matplotlib>=3.1.3,<=3.8.4",
72-
"numpy>=1.19.2,<2.0.0",
71+
"matplotlib>=3.1.3",
72+
"numpy>=1.19.2",
7373
"oci>=2.148.0",
7474
"ocifs>=1.1.3",
7575
"pandas>=2.2.0",

0 commit comments

Comments
 (0)