We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fee60af commit 5940989Copy full SHA for 5940989
setup.py
@@ -30,14 +30,13 @@
30
release_status = "Development Status :: 5 - Production/Stable"
31
32
dependencies = [
33
- "numpy >= 1.16.6, <= 2.2.6 ; python_version == '3.10'",
34
- "numpy >= 1.16.6 ; python_version != '3.10'",
35
- "packaging >= 17.0",
36
- "pandas >= 0.24.2",
37
- "pyarrow >= 3.0.0",
+ "numpy >= 1.24.0, <= 2.2.6 ; python_version == '3.10'",
+ "numpy >= 1.24.0 ; python_version != '3.10'",
+ "packaging >= 24.2.0",
+ "pandas >= 1.5.3",
+ "pyarrow >= 13.0.0",
38
]
39
40
-
41
package_root = os.path.abspath(os.path.dirname(__file__))
42
with open(os.path.join(package_root, "db_dtypes", "version.py")) as f:
43
version = re.search('__version__ = "([^"]+)"', f.read()).group(1)
0 commit comments