Skip to content

Commit

Permalink
revert pandas changes
Browse files Browse the repository at this point in the history
  • Loading branch information
BWMac committed Sep 25, 2024
1 parent 1a8eb60 commit ab7b203
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ tests_require =
pytest-rerunfailures~=12.0
func-timeout~=4.3
pytest-cov~=4.1.0
pandas>=2.1.2,<3.0
pandas>=1.5,<3.0

[options.extras_require]
dev =
Expand All @@ -87,7 +87,7 @@ dev =
pytest-cov~=4.1.0
black
pre-commit
pandas>=2.1.2,<3.0
pandas>=1.5,<3.0

tests =
pytest>=7.0.0,<8.0
Expand All @@ -99,10 +99,10 @@ tests =
pytest-rerunfailures~=12.0
func-timeout~=4.3
pytest-cov~=4.1.0
pandas>=2.1.2,<3.0
pandas>=1.5,<3.0

pandas =
pandas>=2.1.2,<3.0
pandas>=1.5,<3.0

pysftp =
pysftp>=0.2.8,<0.3
Expand Down

0 comments on commit ab7b203

Please sign in to comment.