Skip to content

Commit 87da202

Browse files
committed
do not modify requirements
1 parent 537ccd2 commit 87da202

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

paimon-python/dev/requirements.txt

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -15,24 +15,24 @@
1515
# See the License for the specific language governing permissions and
1616
# limitations under the License.
1717
################################################################################
18-
cachetools>=4.2; python_version=="3.6"
19-
cachetools>=5; python_version>"3.6"
18+
cachetools>=4.2,<6; python_version=="3.6"
19+
cachetools>=5,<6; python_version>"3.6"
2020
dataclasses>=0.8; python_version < "3.7"
21-
fastavro>=1.4
22-
fsspec>=2021.10; python_version<"3.8"
23-
fsspec>=2023; python_version>="3.8"
24-
packaging>=21
21+
fastavro>=1.4,<2
22+
fsspec>=2021.10,<2026; python_version<"3.8"
23+
fsspec>=2023,<2026; python_version>="3.8"
24+
packaging>=21,<26
2525
pandas>=1.1,<2; python_version < "3.7"
26-
pandas>=1.3; python_version >= "3.7" and python_version < "3.9"
27-
pandas>=1.5; python_version >= "3.9"
26+
pandas>=1.3,<3; python_version >= "3.7" and python_version < "3.9"
27+
pandas>=1.5,<3; python_version >= "3.9"
2828
polars>=0.9,<1; python_version<"3.8"
29-
polars>=1; python_version>="3.8"
29+
polars>=1,<2; python_version>="3.8"
3030
pyarrow>=6,<7; python_version < "3.8"
31-
pyarrow>=16; python_version >= "3.8"
31+
pyarrow>=16,<20; python_version >= "3.8"
3232
pyroaring<=0.3.3; python_version < "3.7"
3333
pyroaring<=0.4.5; python_version == "3.7"
3434
pyroaring>=1.0.0; python_version >= "3.8"
35-
readerwriterlock>=1
36-
zstandard>=0.19
37-
cramjam>=1.3.0; python_version>="3.7"
38-
pyyaml>=5.4
35+
readerwriterlock>=1,<2
36+
zstandard>=0.19,<1
37+
cramjam>=1.3.0,<3; python_version>="3.7"
38+
pyyaml>=5.4,<7

0 commit comments

Comments
 (0)