Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
MLAir
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
esde
machine-learning
MLAir
Commits
73567ca6
Commit
73567ca6
authored
4 years ago
by
Felix Kleinert
Browse files
Options
Downloads
Patches
Plain Diff
update installation for HFDML
#183
parent
ca97daeb
No related branches found
No related tags found
4 merge requests
!159
move dev to release
,
!158
Resolve "new release v0.12.2"
,
!157
Resolve "Check installation script for HDFML"
,
!139
Draft: Resolve "KZ filter"
Pipeline
#47062
passed
4 years ago
Stage: test
Stage: docs
Stage: pages
Stage: deploy
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
HPC_setup/requirements_HDFML_additionals.txt
+52
-11
52 additions, 11 deletions
HPC_setup/requirements_HDFML_additionals.txt
HPC_setup/setup_venv_hdfml.sh
+2
-2
2 additions, 2 deletions
HPC_setup/setup_venv_hdfml.sh
with
54 additions
and
13 deletions
HPC_setup/requirements_HDFML_additionals.txt
+
52
−
11
View file @
73567ca6
absl-py==0.9.0
astor==0.8.1
atomicwrites==1.3.0
attrs==19.3.0
certifi==2019.11.28
chardet==3.0.4
cloudpickle==1.3.0
coverage==5.0.3
coverage==5.0.3
cycler==0.10.0
Cython==0.29.15
dask==2.11.0
fsspec==0.6.2
gast==0.3.3
grpcio==1.27.2
h5py==2.10.0
idna==2.8
importlib-metadata==1.5.0
importlib-metadata==1.5.0
matplotlib==3.2.0 # in SciPy-Stack
netcdf4
kiwisolver==1.1.0
pandas==1.0.1 # in SciPy-Stack
locket==0.2.0
patsy==0.5.1 #
Markdown==3.2.1
py==1.8.1 # ?
matplotlib==3.2.0
pyproj==2.5.0 # in basemap
mock==4.0.1
pyshp==2.1.0 # in basemap
more-itertools==8.2.0
pytest==5.3.5 # in python (but we need higher version)
numpy==1.18.1
packaging==20.3
pandas==1.0.1
partd==1.1.0
patsy==0.5.1
Pillow==7.0.0
pluggy==0.13.1
protobuf==3.11.3
py==1.8.1
pydot==1.4.1
pyparsing==2.4.6
pyproj==2.5.0
pyshp==2.1.0
pytest==5.3.5
pytest-cov==2.8.1
pytest-cov==2.8.1
pytest-html==2.0.1
pytest-html==2.0.1
pytest-lazy-fixture==0.6.3
pytest-lazy-fixture==0.6.3
pytest-metadata==1.8.0
pytest-metadata==1.8.0
pytest-sugar
pytest-sugar
statsmodels==0.11.1 # (in jupyter, bit not oh hdfml)
python-dateutil==2.8.1
xarray==0.15.0 # in SciPy-Stacki (v0.12.1, only)
pytz==2019.3
zipp==3.1.0
PyYAML==5.3
requests==2.23.0
scipy==1.4.1
seaborn==0.10.0
--no-binary shapely Shapely==1.7.0
six==1.11.0
statsmodels==0.11.1
tabulate
tabulate
toolz==0.10.0
typing-extensions
urllib3==1.25.8
wcwidth==0.1.8
Werkzeug==1.0.0
xarray==0.15.0
zipp==3.1.0
This diff is collapsed.
Click to expand it.
HPC_setup/setup_venv_hdfml.sh
+
2
−
2
View file @
73567ca6
...
@@ -29,12 +29,12 @@ pip install --ignore-installed matplotlib==3.2.0
...
@@ -29,12 +29,12 @@ pip install --ignore-installed matplotlib==3.2.0
pip
install
--ignore-installed
pandas
==
1.0.1
pip
install
--ignore-installed
pandas
==
1.0.1
pip
install
--ignore-installed
statsmodels
==
0.11.1
pip
install
--ignore-installed
statsmodels
==
0.11.1
pip
install
--ignore-installed
tabulate
pip
install
--ignore-installed
tabulate
pip
install
-U
typing_extensions
# see wiki on hdfml for information oh h5py:
# see wiki on hdfml for information oh h5py:
# https://gitlab.version.fz-juelich.de/haf/Wiki/-/wikis/HDF-ML%20System
# https://gitlab.version.fz-juelich.de/haf/Wiki/-/wikis/HDF-ML%20System
export
CC
=
mpicc
export
CC
=
mpicc
export
HDF5_MPI
=
"ON"
export
HDF5_MPI
=
"ON"
pip
install
--no-binary
=
h5py h5py
pip
install
--no-binary
=
h5py h5py
pip
install
--ignore-installed
netcdf4
==
1.5.4
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment