Skip to content

Commit

Permalink
Merge pull request #92 from ikaur17/main
Browse files Browse the repository at this point in the history
removed check for pygac and numpy2.0 gac2pps_lib.py
  • Loading branch information
ninahakansson authored Sep 13, 2024
2 parents 46c9a87 + da3a800 commit 4d48a6a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions level1c4pps/gac2pps_lib.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,6 @@
from packaging.version import Version
logger = logging.getLogger('gac2pps')

if Version(np.__version__) >= Version('2.0.0'):
if Version(pygac.__version__) == Version('1.7.3'):
raise ImportError("pygac 1.7.3 requires numpy < 2.0.0")
else:
logger.warning("pygac 1.7.3 requires numpy < 2.0.0 or greater")



BANDNAMES = ['1', '2', '3', '3a', '3b', '4', '5']
Expand Down

0 comments on commit 4d48a6a

Please sign in to comment.