diff --git a/Project.toml b/Project.toml index d3f16888..9086674d 100644 --- a/Project.toml +++ b/Project.toml @@ -1,20 +1,3 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you under the Apache License, Version 2.0 (the -# "License"); you may not use this file except in compliance -# with the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, -# software distributed under the License is distributed on an -# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -# KIND, either express or implied. See the License for the -# specific language governing permissions and limitations -# under the License. - name = "Arrow" uuid = "69666777-d1a9-59fb-9406-91d4454c9d45" authors = ["quinnj "] @@ -39,7 +22,7 @@ WorkerUtilities = "76eceee3-57b5-4d4a-8e66-0e911cebbf60" [compat] ArrowTypes = "1.1,2" -BitIntegers = "0.2" +BitIntegers = "0.2, 0.3" CodecLz4 = "0.4" CodecZstd = "0.7" DataAPI = "1" @@ -59,11 +42,10 @@ DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0" FilePathsBase = "48062228-2e41-5def-b9a4-89aafe57970f" JSON3 = "0f8b85d8-7281-11e9-16c2-39a750bddbf1" Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" -StructTypes = "856f2bd8-1eba-4b0a-8007-ebc267875bd4" Sockets = "6462fe0b-24de-5631-8697-dd941f90decc" +StructTypes = "856f2bd8-1eba-4b0a-8007-ebc267875bd4" TOML = "fa267f1f-6049-4f14-aa54-33bafae1ed76" Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" [targets] -test = ["CategoricalArrays", "DataFrames", "FilePathsBase", "JSON3", "Random", "StructTypes", -"TOML", "Test", "Sockets"] +test = ["CategoricalArrays", "DataFrames", "FilePathsBase", "JSON3", "Random", "StructTypes", "TOML", "Test", "Sockets"]