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
d0b01fc6
Commit
d0b01fc6
authored
Jun 16, 2021
by
Tim Schoof
Browse files
Fix dependency on hdf5plugin
This commit also removes numcodecs from the CI environment.
parent
03c1b6f9
Pipeline
#7084
passed with stage
in 45 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
d0b01fc6
...
...
@@ -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 @
d0b01fc6
...
...
@@ -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