Skip to content

Commit

Permalink
remove protobuf
Browse files Browse the repository at this point in the history
  • Loading branch information
darribas authored Oct 19, 2023
1 parent 46b2054 commit f718336
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gds_py/check_py_stack.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
" l = l.split('>=')[0]\n",
" libs.append(l)\n",
"libs = [i for i in libs if i not in [\n",
" 'conda-forge', 'libgdal-arrow-parquet', 'pip', 'cenpy']\n",
" 'conda-forge', 'libgdal-arrow-parquet', 'pip', 'cenpy', 'protobuf']\n",
" ]\n",
"libs = [i.replace('-', '_') for i in libs]\n",
"libs = [bespoke[i] if i in bespoke else i for i in libs]"
Expand Down

0 comments on commit f718336

Please sign in to comment.