|
15 | 15 | # See the License for the specific language governing permissions and |
16 | 16 | # limitations under the License. |
17 | 17 | ################################################################################ |
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" |
20 | 20 | 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 |
25 | 25 | 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" |
28 | 28 | polars>=0.9,<1; python_version<"3.8" |
29 | | -polars>=1; python_version>="3.8" |
| 29 | +polars>=1,<2; python_version>="3.8" |
30 | 30 | pyarrow>=6,<7; python_version < "3.8" |
31 | | -pyarrow>=16; python_version >= "3.8" |
| 31 | +pyarrow>=16,<20; python_version >= "3.8" |
32 | 32 | pyroaring<=0.3.3; python_version < "3.7" |
33 | 33 | pyroaring<=0.4.5; python_version == "3.7" |
34 | 34 | 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