Skip to content

Commit 5940989

Browse files
committed
tweaks some version numbers as a test
1 parent fee60af commit 5940989

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

setup.py

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,13 @@
3030
release_status = "Development Status :: 5 - Production/Stable"
3131

3232
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",
33+
"numpy >= 1.24.0, <= 2.2.6 ; python_version == '3.10'",
34+
"numpy >= 1.24.0 ; python_version != '3.10'",
35+
"packaging >= 24.2.0",
36+
"pandas >= 1.5.3",
37+
"pyarrow >= 13.0.0",
3838
]
3939

40-
4140
package_root = os.path.abspath(os.path.dirname(__file__))
4241
with open(os.path.join(package_root, "db_dtypes", "version.py")) as f:
4342
version = re.search('__version__ = "([^"]+)"', f.read()).group(1)

0 commit comments

Comments
 (0)