Skip to content

Commit

Permalink
Update FuncX version to v1
Browse files Browse the repository at this point in the history
  • Loading branch information
WardLT committed Aug 17, 2022
1 parent 839b826 commit 165c066
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
long_description=long_desc,
long_description_content_type='text/markdown',
install_requires=install_requires,
python_requires=">=3.6.*",
python_requires=">=3.7.*",
extras_require={
'funcx': ['funcx>=0.3.4', 'globus_sdk<3'] # TODO (wardlt): Remove Globus SDK version pinning once FuncX supports v3
'funcx': ['funcx>=1']
},
classifiers=[
"Development Status :: 3 - Alpha",
Expand Down

0 comments on commit 165c066

Please sign in to comment.