Skip to content

Commit

Permalink
Merge pull request #444 from ModECI/nml_examples
Browse files Browse the repository at this point in the history
Set grpcio-tools==1.42.0
  • Loading branch information
pgleeson authored Mar 24, 2023
2 parents bd03dca + 5a15dea commit 7fd7059
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 7fd7059

Please sign in to comment.