Skip to content

Commit

Permalink
Remove version pinning in favor of minimal version
Browse files Browse the repository at this point in the history
  • Loading branch information
joweich committed Feb 8, 2024
1 parent 7aa9248 commit e3bfd11
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tools/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
matplotlib==3.7.2
pandas==2.0.3
seaborn==0.12.2
matplotlib>=3.7.2
pandas>=2.0.3
seaborn>=0.12.2

0 comments on commit e3bfd11

Please sign in to comment.