Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
FSL
conda
manifest-rules
Commits
fe4c462d
Commit
fe4c462d
authored
Jul 30, 2021
by
Paul McCarthy
🚵
Browse files
MNT: require fsl-ci-rules - going to use conda functions
parent
cb1b4e02
Changes
1
Hide whitespace changes
Inline
Side-by-side
setup.py
View file @
fe4c462d
...
...
@@ -8,7 +8,10 @@ from setuptools import setup, find_packages
basedir
=
op
.
dirname
(
__file__
)
requirements
=
[
'pyyaml'
,
'python-dateutil'
]
# fsl-ci-rules can be installed beforehand from
# https://git.fmrib.ox.ac.uk/fsl/fsl-ci-rules
requirements
=
[
'fsl-ci-rules'
,
'pyyaml'
,
'python-dateutil'
]
version
=
{}
with
open
(
op
.
join
(
basedir
,
'manifest_rules'
,
'__init__.py'
))
as
f
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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