Skip to content

Commit 57cbea2

Browse files
authored
Merge pull request #213 from NREL/pp/bump_dask_dep
Bump dask dep
2 parents e9099ff + 4f800aa commit 57cbea2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,16 +33,16 @@ classifiers=[
3333
]
3434
dependencies = [
3535
"click>=8.1.8,<9",
36-
"fsspec>=2021.09.0,<2025",
37-
"dask>=2024.8.0,<2025",
36+
"fsspec>=2021.09.0,<2026",
37+
"dask>=2024.8.0,<2026",
3838
"h5py>=3.13.0,<4",
3939
"h5pyd>=0.18.0,<1",
4040
"numpy>=2.0.2,<3",
4141
"pandas>=2.2.3,<3",
4242
"packaging>=24.2,<25",
4343
"psutil>=7.0.0,<8",
4444
"PyYAML>=6.0.2,<7",
45-
"s3fs>=2023.6.0,<2024",
45+
"s3fs>=2023.6.0,<2026",
4646
"scikit-learn>=1.6.1,<2",
4747
"scipy>=1.3,<2",
4848
"toml>=0.10.2,<0.11",

rex/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""rex Version number"""
22

3-
__version__ = "0.3.2"
3+
__version__ = "0.3.3"

0 commit comments

Comments
 (0)