-
Notifications
You must be signed in to change notification settings - Fork 22
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 #200 from GeoscienceAustralia/bren/fix-req-list
Fix requirements listings
- Loading branch information
Showing
4 changed files
with
132 additions
and
64 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
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,40 @@ | ||
cartopy | ||
chardet==3.0.4 | ||
Click>=6.0 | ||
Cython>=0.22.1 # `module load` on NCI | ||
deprecated | ||
descartes | ||
geographiclib | ||
h5py>=2.6.0 | ||
joblib | ||
lxml>=3.3.5 | ||
matplotlib>=1.4.3,<=3.2.2 # nci version with python=3.4, 3.2.2+ not compatbile with basemap | ||
mpi4py==3.0.0 | ||
netCDF4>=1.3.0 | ||
numexpr | ||
numpy>=1.9.2 | ||
obspy>=1.1.0 # 1.0.3 does not have sc3ml read functionality | ||
obspyh5 | ||
ordered-set | ||
pandas | ||
psutil | ||
pyasdf | ||
pyepsg>=0.4.0 | ||
pykml | ||
pyproj | ||
pyqtgraph | ||
pytables==3.5.2; sys_platform=='win32' | ||
PyWavelets | ||
pyyaml | ||
PyYAML>=3.11 | ||
requests | ||
rf==0.8.0 | ||
scikit-learn | ||
scipy>=0.15.1 | ||
shapely --no-binary=shapely | ||
sortedcontainers | ||
tables==3.5.2; sys_platform!='win32' | ||
tqdm | ||
ujson | ||
urllib3 | ||
xlrd |
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 |
---|---|---|
@@ -1,34 +1,72 @@ | ||
sphinx>=1.8 | ||
ordered-set | ||
numpy>=1.16.4 | ||
pandas | ||
pyproj | ||
h5py | ||
pyasdf | ||
obspy>=1.2.0 | ||
obspyh5 | ||
shapely --no-binary=shapely | ||
geographiclib | ||
cartopy>=0.18.0 | ||
pytables==3.5.2; sys_platform=="win32" | ||
tables==3.5.2; sys_platform!="win32" | ||
mpi4py | ||
psutil | ||
#geopandas | ||
pytest>=4.6.5 | ||
joblib | ||
click | ||
netCDF4==1.5.2 | ||
ujson | ||
deprecated | ||
pyyaml | ||
requests | ||
Cython # On NCI, use module load | ||
tqdm | ||
rf==0.8.0 | ||
sortedcontainers | ||
scikit-learn | ||
urllib3 | ||
pykml | ||
PyWavelets | ||
descartes | ||
# | ||
# This file is autogenerated by pip-compile | ||
# To update, run: | ||
# | ||
# pip-compile | ||
# | ||
--no-binary shapely | ||
|
||
cartopy==0.18.0 # via -r requirements.in, rf | ||
certifi==2020.6.20 # via requests | ||
cftime==1.2.1 # via netcdf4 | ||
chardet==3.0.4 # via -r requirements.in, requests | ||
click==7.1.2 # via -r requirements.in | ||
colorama==0.4.3 # via pyasdf | ||
cycler==0.10.0 # via matplotlib | ||
cython==0.29.21 # via -r requirements.in | ||
decorator==4.4.2 # via networkx, obspy, rf | ||
deprecated==1.2.10 # via -r requirements.in | ||
descartes==1.1.0 # via -r requirements.in | ||
dill==0.3.2 # via pyasdf | ||
future==0.18.2 # via obspy | ||
geographiclib==1.50 # via -r requirements.in, rf | ||
h5py==2.10.0 # via -r requirements.in, obspyh5, pyasdf | ||
idna==2.10 # via requests | ||
isodate==0.6.0 # via rdflib | ||
joblib==0.16.0 # via -r requirements.in, scikit-learn | ||
kiwisolver==1.2.0 # via matplotlib | ||
lxml==4.5.2 # via -r requirements.in, obspy, prov, pykml | ||
matplotlib==3.2.2 # via -r requirements.in, descartes, obspy, rf | ||
mock==4.0.2 # via tables | ||
mpi4py==3.0.0 # via -r requirements.in | ||
netcdf4==1.5.4 # via -r requirements.in | ||
networkx==2.4 # via prov | ||
numexpr==2.7.1 # via -r requirements.in, tables | ||
numpy==1.19.1 # via -r requirements.in, cartopy, cftime, h5py, matplotlib, netcdf4, numexpr, obspy, obspyh5, pandas, pyasdf, pyqtgraph, pywavelets, rf, scikit-learn, scipy, tables | ||
obspy==1.2.2 # via -r requirements.in, obspyh5, pyasdf, rf | ||
obspyh5==0.5.0 # via -r requirements.in | ||
ordered-set==4.0.2 # via -r requirements.in | ||
pandas==1.1.0 # via -r requirements.in | ||
prov==1.5.3 # via pyasdf | ||
psutil==5.7.2 # via -r requirements.in | ||
pyasdf==0.7.3 # via -r requirements.in | ||
pyepsg==0.4.0 # via -r requirements.in | ||
pykml==0.2.0 # via -r requirements.in | ||
pyparsing==2.4.7 # via matplotlib, rdflib | ||
pyproj==2.6.1.post1 # via -r requirements.in | ||
pyqtgraph==0.11.0 # via -r requirements.in | ||
pyshp==2.1.0 # via cartopy | ||
python-dateutil==2.8.1 # via matplotlib, pandas, prov | ||
pytz==2020.1 # via pandas | ||
pywavelets==1.1.1 # via -r requirements.in | ||
pyyaml==5.3.1 # via -r requirements.in | ||
rdflib==5.0.0 # via prov | ||
requests==2.24.0 # via -r requirements.in, obspy, pyepsg | ||
rf==0.8.0 # via -r requirements.in | ||
scikit-learn==0.23.1 # via -r requirements.in | ||
scipy==1.5.2 # via -r requirements.in, obspy, rf, scikit-learn | ||
shapely==1.7.0 # via -r requirements.in, cartopy, rf | ||
six==1.15.0 # via cartopy, cycler, h5py, prov, python-dateutil, rdflib, tables | ||
sortedcontainers==2.2.2 # via -r requirements.in | ||
sqlalchemy==1.3.18 # via obspy | ||
tables==3.5.2 ; sys_platform != "win32" # via -r requirements.in | ||
threadpoolctl==2.1.0 # via scikit-learn | ||
toeplitz==0.3.1 # via rf | ||
tqdm==4.48.1 # via -r requirements.in, rf | ||
ujson==3.1.0 # via -r requirements.in | ||
urllib3==1.25.10 # via -r requirements.in, requests | ||
wrapt==1.12.1 # via deprecated | ||
xlrd==1.2.0 # via -r requirements.in | ||
|
||
# The following packages are considered to be unsafe in a requirements file: | ||
# setuptools |
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