Skip to content

Commit

Permalink
style: simplified requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkusPic committed Nov 7, 2024
1 parent fd13a64 commit 65eeee6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
5 changes: 1 addition & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,9 @@ classifiers = [
"Intended Audience :: Science/Research",
]
dependencies = [
"numpy>=1.14",
"pandas",
"tqdm",
"matplotlib>=3",
"tzlocal",
"pytz",
"matplotlib",
"scipy",
"PyYAML>=5",
"pyarrow",
Expand Down
7 changes: 2 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
numpy>=1.14
pandas
matplotlib>=3
tzlocal
pytz
tqdm
matplotlib
tqdm>=4.67
scipy
PyYAML>=5
pyarrow
Expand Down

0 comments on commit 65eeee6

Please sign in to comment.