Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
FS-SC
AsapoWorker
Commits
6e9f0a6a
Commit
6e9f0a6a
authored
Jul 08, 2021
by
Tim Schoof
Browse files
Merge branch 'add_hdf5plugin_dependency' into 'master'
Fix dependency on hdf5plugin See merge request
!32
parents
03c1b6f9
d0b01fc6
Pipeline
#7998
passed with stage
in 57 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
6e9f0a6a
...
...
@@ -5,8 +5,6 @@ test:
before_script
:
-
pip install pytest
-
pip install pytest-mock
-
pip install hdf5plugin
-
pip install numcodecs
-
pip install --trusted-host nims.desy.de
--find-links=http://nims.desy.de/extra/asapo/linux_wheels
asapo_producer==20.12.0 asapo_consumer==20.12.0
...
...
setup.py
View file @
6e9f0a6a
...
...
@@ -17,7 +17,7 @@ VERSION = '0.0.3'
# What packages are required for this module to be executed?
REQUIRED
=
[
'attrs'
,
'numpy'
,
'asapo_consumer'
,
'asapo_producer'
,
'scikit-image'
,
'h5py'
'h5py'
,
'hdf5plugin'
]
# What packages are optional?
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment