Skip to content

Commit 6b2d41b

Browse files
Feature/change optional dependencies (#367)
* Review optional dependencies
1 parent f2e06d3 commit 6b2d41b

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

docs/install.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ Alternatively, you can install the following components:
4444
- wekeo: provides access to the :ref:`data-sources-wekeo` and :ref:`data-sources-wekeocds` sources
4545
- fdb: provides access to the :ref:`data-sources-fdb` source
4646
- polytope: provides access to the :ref:`data-sources-polytope` source
47-
- bufr: provides full support for the :ref:`bufr` data type
4847
- odb: provides full support for the :ref:`odb` data type
4948
- geopandas: adds geojson/geopandas support
5049
- projection: adds projection support

setup.cfg

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ install_requires =
3232
multiurl
3333
netcdf4
3434
pandas
35+
pdbufr>=0.11.0
3536
pyyaml
3637
tqdm>=4.63.0
3738
xarray>=0.19.0
3839
earthkit-meteo>=0.0.1
39-
earthkit-geo
4040
include_package_data = True
4141

4242
[options.packages.find]
@@ -50,7 +50,6 @@ polytope = polytope-client>=0.7.4
5050
wekeo = hda
5151
ecmwf-opendata = ecmwf-opendata>=0.3.3
5252
odb = pyodc
53-
bufr = pdbufr>=0.11.0
5453
projection = cartopy
5554
geopandas = geopandas
5655
eccovjson = eccovjson>=0.0.5
@@ -62,7 +61,6 @@ all =
6261
earthkit-data[polytope]
6362
earthkit-data[wekeo]
6463
earthkit-data[odb]
65-
earthkit-data[bufr]
6664
earthkit-data[projection]
6765
earthkit-data[geopandas]
6866
earthkit-data[eccovjson]

0 commit comments

Comments
 (0)