Skip to content

Commit

Permalink
Remove another extra package and unnecessary ref to it
Browse files Browse the repository at this point in the history
  • Loading branch information
SorooshMani-NOAA committed Jul 13, 2023
1 parent 717ce88 commit e4c3aa4
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ dependencies:
- numba
- numpy>=1.21 # numpy.typing
- matplotlib
- requests
- mpi4py
- pyarrow
- pytz
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Source = "https://github.com/noaa-ocs-modeling/OCSMesh/"
ocsmesh = "ocsmesh.__main__:main"

[project.optional-dependencies]
testing = ['pylint>=2.14', 'requests']
testing = ['pylint>=2.14']
documentation = [
'sphinx < 7.0.0', # due to sphinx_rtd_theme support
'sphinx-rtd-theme', 'sphinx-argparse',
Expand Down
1 change: 0 additions & 1 deletion tests/api/driver.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
import geopandas as gpd
import numpy as np
import rasterio as rio
import requests
from shapely import geometry

import ocsmesh
Expand Down
1 change: 0 additions & 1 deletion tests/api/geom.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
import geopandas as gpd
import numpy as np
import rasterio as rio
import requests
from shapely import geometry

import ocsmesh
Expand Down

0 comments on commit e4c3aa4

Please sign in to comment.