Skip to content

Commit

Permalink
Test fix grpcio-tools==1.42.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Padraig Gleeson authored and Padraig Gleeson committed Mar 24, 2023
1 parent bd03dca commit 5a15dea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# Most of this packages settings are defined in setup.cfg
# FIXME: Not sure of the best way to setup extras_require from setup.cfg
extras = {
"psyneulink": ["psyneulink"],
"psyneulink": ["grpcio-tools==1.42.0", "psyneulink"],
"neuroml": ["pyNeuroML>=0.5.20", "neuromllite>=0.5.2"],
"tensorflow": ["tensorflow", "keras_visualizer", "pydot"],
"test": [
Expand Down

0 comments on commit 5a15dea

Please sign in to comment.