Skip to content

Commit

Permalink
remove matplotlib requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
rzyu45 committed Aug 4, 2024
1 parent 9c686b9 commit 00bdfd7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ dependencies = [
"dill >= 0.3.7",
"pandas>=1.4.2",
"openpyxl>=3.0.10",
"matplotlib==3.9.0",
"tqdm>=4.64.1",
"pytest>=7.2.2",
"pytest-datadir>=1.5.0",
Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ numpy>=2.0.0
sympy>=1.11.1
pandas>=1.4.2
openpyxl>=3.0.10
matplotlib == 3.9.0
tqdm>=4.64.1
scipy>=1.12.0
pytest>=7.2.2
Expand Down

0 comments on commit 00bdfd7

Please sign in to comment.