Skip to content

Commit

Permalink
Feature/change optional dependencies (#367)
Browse files Browse the repository at this point in the history
* Review optional dependencies
  • Loading branch information
sandorkertesz authored Apr 17, 2024
1 parent f2e06d3 commit 6b2d41b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion docs/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ Alternatively, you can install the following components:
- wekeo: provides access to the :ref:`data-sources-wekeo` and :ref:`data-sources-wekeocds` sources
- fdb: provides access to the :ref:`data-sources-fdb` source
- polytope: provides access to the :ref:`data-sources-polytope` source
- bufr: provides full support for the :ref:`bufr` data type
- odb: provides full support for the :ref:`odb` data type
- geopandas: adds geojson/geopandas support
- projection: adds projection support
Expand Down
4 changes: 1 addition & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ install_requires =
multiurl
netcdf4
pandas
pdbufr>=0.11.0
pyyaml
tqdm>=4.63.0
xarray>=0.19.0
earthkit-meteo>=0.0.1
earthkit-geo
include_package_data = True

[options.packages.find]
Expand All @@ -50,7 +50,6 @@ polytope = polytope-client>=0.7.4
wekeo = hda
ecmwf-opendata = ecmwf-opendata>=0.3.3
odb = pyodc
bufr = pdbufr>=0.11.0
projection = cartopy
geopandas = geopandas
eccovjson = eccovjson>=0.0.5
Expand All @@ -62,7 +61,6 @@ all =
earthkit-data[polytope]
earthkit-data[wekeo]
earthkit-data[odb]
earthkit-data[bufr]
earthkit-data[projection]
earthkit-data[geopandas]
earthkit-data[eccovjson]
Expand Down

0 comments on commit 6b2d41b

Please sign in to comment.