-
Notifications
You must be signed in to change notification settings - Fork 128
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1229 from GeoscienceAustralia/feature/moving-mock…
…-imports-file Moved the mock_imports file into the dea-notebooks repo
- Loading branch information
Showing
1 changed file
with
60 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
# Mock Imports | ||
# Whenever you add a new Python module dependency to the DEA Tools, you'll need to add it to this list; otherwise, the relevant DEA Tools page won't display on the Knowledge Hub. | ||
|
||
aiohttp | ||
boto3 | ||
botocore | ||
branca | ||
ciso8601 | ||
dask | ||
dask_gateway | ||
dask_ml | ||
datacube | ||
dill | ||
distutils | ||
fsspec | ||
fiona | ||
folium | ||
geopandas | ||
geopy | ||
hdstats | ||
ipyleaflet | ||
ipython | ||
ipywidgets | ||
joblib | ||
lxml | ||
matplotlib | ||
mpl_toolkits | ||
numexpr | ||
numpy | ||
odc | ||
osgeo | ||
otps | ||
OWSLib | ||
owslib | ||
packaging | ||
pandas | ||
pathos | ||
pyproj | ||
python_dateutil | ||
psycopg2 | ||
pyTMD | ||
pytz | ||
rasterio | ||
rasterstats | ||
requests | ||
rios | ||
rioxarray | ||
rsgislib | ||
scikit_learn | ||
seaborn | ||
sklearn | ||
scipy | ||
setuptools | ||
setuptools_scm | ||
shapely | ||
skimage | ||
tqdm | ||
traitlets | ||
xarray | ||
|