blob: 40025a308fd8806df3e6d5d1477d96787578505c [file] [log] [blame]
################################################################################
# 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.
################################################################################
# Core dependencies for pypaimon
cachetools==4.2.4; python_version=="3.6"
cachetools==5.3.3; python_version>"3.6"
dataclasses==0.8.0; python_version < "3.7"
fastavro==1.4.7; python_version<"3.9"
fastavro==1.11.1; python_version>="3.9"
fsspec==2021.10.1; python_version<"3.8"
fsspec==2024.3.1; python_version>="3.8"
ossfs==2021.8.0; python_version<"3.8"
ossfs==2023.12.0; python_version>="3.8"
packaging==21.3.0; python_version<"3.8"
packaging==25.0; python_version>="3.8"
pandas==1.1.5; python_version < "3.7"
pandas==1.3.5; python_version >= "3.7" and python_version < "3.9"
pandas==2.3.2; python_version >= "3.9"
polars==0.9.12; python_version<"3.8"
polars==1.8.0; python_version=="3.8"
polars==1.32.0; python_version>"3.8"
pyarrow==6.0.1; python_version < "3.8"
pyarrow>=16,<19; python_version >= "3.8" and python_version < "3.13"
pyarrow>=16,<19; python_version >= "3.13"
pyroaring
ray==2.48.0
readerwriterlock==1.0.9
zstandard==0.19.0; python_version<"3.9"
zstandard==0.24.0; python_version>="3.9"
pylance>=0.35,<0.40; python_version>="3.9"
pylance==0.10.18; python_version>="3.8" and python_version<"3.9"