Skip to content

Commit

Permalink
bump dependency versions (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
andersy005 authored Aug 28, 2024
1 parent 168c2da commit ede94b4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ pytest-cov==4.1.*
pytest-xdist==3.3.*
pytest-mock==3.10.*
requests-mock==1.11.*
hypothesis==6.86.*
hypothesis==6.111.*
openpyxl
14 changes: 7 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
country_converter==1.0.0
dask==2023.9.3
fastparquet==2023.10.0
fsspec==2023.10.0
dask==2024.6.1
fastparquet==2024.5.0
fsspec==2024.6.1
intake-parquet>=0.3.0
intake<2
pandas==2.1.1
pandera==0.17
pandas==2.2.2
pandera==0.20
pydantic==2.5.*
pyjanitor==0.23.*
requests>=2.31.0
s3fs==2023.10.0
s3fs==2024.6.1
universal_pathlib>=0.1.3
numpy<2 # pin numpy to a version less than 2 until upstream dependencies are updated
numpy>=2

0 comments on commit ede94b4

Please sign in to comment.