Skip to content

Commit

Permalink
Remove importlib, it is a standard library in python 3.11+
Browse files Browse the repository at this point in the history
  • Loading branch information
paulhamer-noaa committed Aug 5, 2024
1 parent ca9f157 commit c701262
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ def package_files(directory):
include_package_data=True,
package_data={'':['*.csv', '*.json', '*.nc', '*.grib2*'],},
install_requires=[
'importlib',
'pika',
'jsonschema',
'netcdf4',
Expand Down

0 comments on commit c701262

Please sign in to comment.