Skip to content

Commit

Permalink
[TOOL] Clean Python dependencies (#195)
Browse files Browse the repository at this point in the history
* Remove unnecessary dependencies

* Remove version pinning in favor of minimal version
  • Loading branch information
joweich committed Feb 8, 2024
1 parent b41d141 commit 1afb1f8
Showing 1 changed file with 3 additions and 15 deletions.
18 changes: 3 additions & 15 deletions tools/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,15 +1,3 @@
contourpy==1.1.0
cycler==0.11.0
fonttools==4.41.1
kiwisolver==1.4.4
matplotlib==3.7.2
numpy==1.25.1
packaging==23.1
pandas==2.0.3
Pillow==10.0.1
pyparsing==3.0.9
python-dateutil==2.8.2
pytz==2023.3
seaborn==0.12.2
six==1.16.0
tzdata==2023.3
matplotlib>=3.7.2
pandas>=2.0.3
seaborn>=0.12.2

0 comments on commit 1afb1f8

Please sign in to comment.