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 5757 - name : Start MongoDB on MacOS
5858 if : ${{ startsWith(runner.os, 'macOS') }}
5959 run : |
60+ brew tap mongodb/brew
61+ brew update
62+ 6063 mkdir data
6164 mongod --fork --dbpath=$(pwd)/data --logpath=$PWD/mongo.log
6265 # Install pkg-config
Original file line number Diff line number Diff line change 11[build-system ]
22requires = [
3- " setuptools>=47.9" ,
4- " wheel>=0.37" ,
5- " cython>=0.29" ,
3+ " setuptools>=61.0" ,
4+ " cython>=3.0" ,
65 # Must be kept in sync with "project.dependencies" below.
7- " pyarrow>=15 .0,<15 .1.0" ,
6+ " pyarrow>=16 .0,<16 .1.0" ,
87]
98
109[project ]
@@ -35,7 +34,7 @@ readme = "README.md"
3534requires-python = " >=3.8"
3635dependencies = [
3736 # Must be kept in sync with "build_sytem.requires" above.
38- " pyarrow >=15 .0,<15 .1" ,
37+ " pyarrow >=16 .0,<16 .1" ,
3938 " pymongo >=4.4,<5" ,
4039 " pandas >=1.3.5,<3" ,
4140 " packaging >=23.2,<24" ,
@@ -102,12 +101,6 @@ faulthandler_timeout = 1500
102101xfail_strict = true
103102filterwarnings = [
104103 " 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.'
111104]
112105
113106[tool .ruff ]
You can’t perform that action at this time.
0 commit comments