Skip to content

Commit

Permalink
Cleanup dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
koenvo committed May 22, 2024
1 parent 63bef03 commit 8f656ec
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,13 @@ def setup_package():
"lxml>=4.4.0,<5",
"requests>=2.0.0,<3",
"pytz>=2020.1",
'mypy_extensions;python_version<"3.8"',
'typing_extensions;python_version<"3.11"',
"python-dateutil>=2.8.1,<3",
],
extras_require={
"test": [
"pytest>=6.2.5,<7",
'pandas>=2;python_version>"3.7"',
'pandas>=1.0,<2;python_version<"3.8"',
"pandas>=2",
"black==22.3.0",
"polars>=0.16.6",
"pyarrow",
Expand Down

0 comments on commit 8f656ec

Please sign in to comment.