Skip to content

Commit 4c4f21e

Browse files
authored
Update package versions to allow for greater flexibility in requirements (#137)
1 parent abab598 commit 4c4f21e

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

requirements.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
country_converter==1.0.0
2-
dask==2025.2.0
3-
fastparquet==2024.11
4-
fsspec==2025.2.0
2+
dask>=2025.2.0
3+
fastparquet>=2024.11
4+
fsspec>=2025.2.0
55
intake-parquet>=0.3.0
66
intake<2
7-
pandas==2.2.2
8-
pandera==0.23
9-
pydantic==2.10.*
7+
pandas>=2.2.2
8+
pandera>=0.23
9+
pydantic>=2.10
1010
pyjanitor==0.23.*
1111
requests>=2.31.0
12-
s3fs==2025.2.0
12+
s3fs>=2025.2.0
1313
universal_pathlib>=0.1.3
1414
numpy>=2
1515
typer>=0.15.4

0 commit comments

Comments
 (0)