We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eaba4de commit 3011775Copy full SHA for 3011775
pydra/tasks/TODO/__init__.py
@@ -1,3 +1,6 @@
1
+"""
2
+>>> import pydra.tasks.TODO
3
4
from ._version import get_versions
5
6
__version__ = get_versions()["version"]
setup.cfg
@@ -9,7 +9,7 @@ description = TODO
9
[options]
10
python_requires = >=3.7
11
install_requires =
12
- pydra @ git+https://github.com/effigies/pydra.git@85f9eeae02ec6b6c6893b8216b4e1f97219c7e2c
+ pydra @ git+https://github.com/nipype/pydra.git
13
14
test_requires =
15
pytest >= 4.4.0
0 commit comments