Skip to content

Commit

Permalink
Merge pull request #524 from andrzejnovak/up_parsl
Browse files Browse the repository at this point in the history
fix: update parsl dependency for improved serialization
  • Loading branch information
lgray authored May 7, 2021
2 parents 529c36e + fa00464 commit 8e1220c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def get_description():
]
EXTRAS_REQUIRE = {}
EXTRAS_REQUIRE["spark"] = ["pyspark>=2.4.1,<3.0.0", "jinja2"]
EXTRAS_REQUIRE["parsl"] = ["parsl>=1.0"]
EXTRAS_REQUIRE["parsl"] = ["parsl>=1.1"]
EXTRAS_REQUIRE["dask"] = [
"dask[dataframe]>=2.6.0",
"distributed>=2.6.0",
Expand Down

0 comments on commit 8e1220c

Please sign in to comment.