File tree Expand file tree Collapse file tree 2 files changed +7
-11
lines changed Expand file tree Collapse file tree 2 files changed +7
-11
lines changed Original file line number Diff line number Diff line change 57
57
- name : Start MongoDB on MacOS
58
58
if : ${{ startsWith(runner.os, 'macOS') }}
59
59
run : |
60
+ brew tap mongodb/brew
61
+ brew update
62
+
60
63
mkdir data
61
64
mongod --fork --dbpath=$(pwd)/data --logpath=$PWD/mongo.log
62
65
# Install pkg-config
Original file line number Diff line number Diff line change 1
1
[build-system ]
2
2
requires = [
3
- " setuptools>=47.9" ,
4
- " wheel>=0.37" ,
5
- " cython>=0.29" ,
3
+ " setuptools>=61.0" ,
4
+ " cython>=3.0" ,
6
5
# Must be kept in sync with "project.dependencies" below.
7
- " pyarrow>=15 .0,<15 .1.0" ,
6
+ " pyarrow>=16 .0,<16 .1.0" ,
8
7
]
9
8
10
9
[project ]
@@ -35,7 +34,7 @@ readme = "README.md"
35
34
requires-python = " >=3.8"
36
35
dependencies = [
37
36
# Must be kept in sync with "build_sytem.requires" above.
38
- " pyarrow >=15 .0,<15 .1" ,
37
+ " pyarrow >=16 .0,<16 .1" ,
39
38
" pymongo >=4.4,<5" ,
40
39
" pandas >=1.3.5,<3" ,
41
40
" packaging >=23.2,<24" ,
@@ -102,12 +101,6 @@ faulthandler_timeout = 1500
102
101
xfail_strict = true
103
102
filterwarnings = [
104
103
" error" ,
105
- # https://github.com/dateutil/dateutil/issues/1314
106
- " module:datetime.datetime.utc:DeprecationWarning" ,
107
- # https://jira.mongodb.org/browse/ARROW-204
108
- ' ignore:Passing a BlockManager to DataFrame is deprecated and will raise in a future version. Use public APIs instead.' ,
109
- # https://jira.mongodb.org/browse/ARROW-206
110
- ' ignore:DatetimeTZBlock is deprecated and will be removed in a future version. Use public APIs instead.'
111
104
]
112
105
113
106
[tool .ruff ]
You can’t perform that action at this time.
0 commit comments