Skip to content

Commit 965e3f7

Browse files
committed
Fix dependencies
1 parent 6f768dd commit 965e3f7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

df_io/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -142,4 +142,4 @@ def write_df(df, path, copy_paths=[], fmt="csv", compress_level=6,
142142
f.close()
143143

144144

145-
__version__ = "0.0.10"
145+
__version__ = "0.0.11"

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
long_description_content_type="text/markdown",
2121
url='https://github.com/Mikata-Project/df_io',
2222
packages=setuptools.find_packages(),
23-
install_requires=["numpy", "s3fs", "zstandard", "pandas", "parallel_write"],
24-
extras_require={"test": ["moto",
23+
install_requires=["numpy", "smart_open", "zstandard", "pandas", "parallel_write"],
24+
extras_require={"test": ["boto3",
2525
"pytest",
2626
"pyarrow",
2727
"lxml",

0 commit comments

Comments
 (0)