Skip to content
Please note that GitHub no longer supports your web browser.

We recommend upgrading to the latest Google Chrome or Firefox.

Learn more
Permalink
Browse files

Add minimum version for typeguard to fix a MonitoringHub bug (#1419)

With typeguard 2.3, loading parsl.monitoring.monitoring issues
this warning:

```
>>> import parsl.monitoring.monitoring
/home/benc/parsl/virtualenv-3.7/lib/python3.7/site-packages/typeguard.py:505: UserWarning: no type annotations present -- not typechecking parsl.monitoring.monitoring.MonitoringHub
  warn('no type annotations present -- not typechecking {}'.format(function_name(func)))
```

This commit forces a newer version which works.
  • Loading branch information
benclifford committed Oct 30, 2019
1 parent 3316aae commit 49498aa85dddeb5c42740f8baca2d51c85af9f8a
Showing with 1 addition and 1 deletion.
  1. +1 −1 requirements.txt
@@ -1,5 +1,5 @@
pyzmq>=17.1.2
typeguard
typeguard>=2.5
ipyparallel
globus-sdk
dill

0 comments on commit 49498aa

Please sign in to comment.
You can’t perform that action at this time.