Skip to content

Commit

Permalink
Pin funcX version to one with updated jsonschema
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanchard committed Mar 13, 2020
1 parent fe9bf72 commit fb906ba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ globus-sdk>=1.7.0
jsonpickle>=1.0
requests>=2.20.0
mdf_toolbox>=0.4.0
funcx
git+git://github.com/funcx-faas/funcx.git#a66b6d20177879864c268e67945764e0abd8b0e0
jsonschema>=3.0.0
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,12 @@
"that other scientists have published."),
install_requires=[
"pandas",
"requests",
"requests==2.20.0",
"jsonschema>=3.0.0",
"globus_sdk",
"jsonpickle",
"mdf_toolbox>=0.4.0"
"mdf_toolbox>=0.4.0",
"funcx @ git+git://github.com/funcx-faas/funcx.git#a66b6d20177879864c268e67945764e0abd8b0e0"
],
python_requires=">=3.4",
classifiers=[
Expand Down

0 comments on commit fb906ba

Please sign in to comment.