Skip to content

Commit

Permalink
Adding numba-dependent packages back for python 3.11 (#602)
Browse files Browse the repository at this point in the history
  • Loading branch information
hoxbro authored May 23, 2023
1 parent d9bc0e8 commit d8b7ea8
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,13 +116,10 @@ def run(self):
'scipy',
'shapely',
'xarray',
'datashader',
'pooch',
]

# Packages not working on python 3.11 becauase of numba
if sys.version_info < (3, 11):
_recommended.append('datashader')

# can only currently run all examples with packages from conda-forge
_examples_extra = _recommended + [
'iris',
Expand Down

0 comments on commit d8b7ea8

Please sign in to comment.