Skip to content

Commit 3011775

Browse files
committed
pin to master
1 parent eaba4de commit 3011775

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

pydra/tasks/TODO/__init__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
"""
2+
>>> import pydra.tasks.TODO
3+
"""
14
from ._version import get_versions
25

36
__version__ = get_versions()["version"]

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ description = TODO
99
[options]
1010
python_requires = >=3.7
1111
install_requires =
12-
pydra @ git+https://github.com/effigies/pydra.git@85f9eeae02ec6b6c6893b8216b4e1f97219c7e2c
12+
pydra @ git+https://github.com/nipype/pydra.git
1313

1414
test_requires =
1515
pytest >= 4.4.0

0 commit comments

Comments
 (0)