Skip to content

Commit

Permalink
setup.py: remove typing dependency as the third-party package can't b…
Browse files Browse the repository at this point in the history
…e imported in 3.8 and fails with "AttributeError: type object 'Callable' has no attribute '_abc_registry'"
  • Loading branch information
bcdarwin committed Nov 25, 2019
1 parent 03d81db commit 659350b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
'Pyro4',
# 'pytest',
#TODO fix get_model_building_procedure in pydpiper/minc/registration_strategies.py. ref issue #387
'typing',
'qbatch'
],
#extras_require = { 'graphing' : ['pygraphviz']}, # could make pygraphviz optional, but then won't auto-install
Expand Down

0 comments on commit 659350b

Please sign in to comment.