Skip to content

Commit

Permalink
Merge pull request #129 from DLHub-Argonne/revert-128-update-pypi-recs
Browse files Browse the repository at this point in the history
Revert "Update pypi recs"
  • Loading branch information
kjschmidt913 committed Mar 23, 2022
2 parents 2023a4c + 08cf30f commit ee91427
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dlhub_sdk/version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# single source of truth for package version,
# see https://packaging.python.org/en/latest/single_source_version/
__version__ = "0.10.1"
__version__ = "0.10.0"

# app name to send as part of SDK requests
app_name = "DLHub SDK v{}".format(__version__)
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
globus-sdk>=3,<4
globus-sdk<3>=1.9.0
requests>=2.24.0
mdf_toolbox>=0.5.4
jsonschema>=3.2.0
funcx>=0.3.6
funcx>=0.3.0
pydantic

0 comments on commit ee91427

Please sign in to comment.