Skip to content

Commit

Permalink
test(io): resolve dependency conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
probberechts committed May 27, 2024
1 parent 9825a7b commit a6a288a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,11 @@ def setup_package():
"polars>=0.16.6",
"pyarrow",
"pytest-lazy-fixture",
"s3fs<0.5",
"moto[s3]==1.3.7;python_version<'3.10'",
"moto[s3]==4.1.0;python_version>='3.10'",
"s3fs",
"moto[s3]",
# "s3fs<0.5",
# "moto[s3]==1.3.7;python_version<'3.10'",
# "moto[s3]==4.1.0;python_version>='3.10'",
"pytest-httpserver",
],
"development": ["pre-commit==2.6.0"],
Expand Down

0 comments on commit a6a288a

Please sign in to comment.