Skip to content

Commit

Permalink
Revert "Pin azure-core-cpp for now to avoid segfault" (#704)
Browse files Browse the repository at this point in the history
  • Loading branch information
hoxbro authored Feb 2, 2024
1 parent 615cac6 commit a1a5ea2
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,13 +128,6 @@ def run(self):
'fiona',
'geodatasets',
]

# Only run on Linux
if sys.platform == 'linux':
_examples_extra += [
'azure-core-cpp <1.11', # https://github.com/geopandas/geopandas/issues/3140
]

extras_require={
'recommended': _recommended,
'examples_extra': _examples_extra,
Expand Down

0 comments on commit a1a5ea2

Please sign in to comment.