Skip to content

Commit 7af816c

Browse files
authored
Merge pull request #135 from khanlab/fix-ci
add requirements.txt from poetry export
2 parents 69a9088 + 34d485c commit 7af816c

File tree

2 files changed

+104
-1
lines changed

2 files changed

+104
-1
lines changed

hippunfold/config/snakebids.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
bids_dir: '../test_data/bids_singleT2w'
22
output_dir: 'test_output' #don't use '.'
33

4-
snakemake_dir: '/localscratch/hippunfold_warps/hippunfold' #do not modify this variable -- is used to refer to files needed by the workflow when running with CLI
4+
snakemake_dir: '.' #do not modify this variable -- is used to refer to files needed by the workflow when running with CLI
55

66
#enable printing debug statements during parsing -- disable if generating dag visualization
77
debug: False

requirements.txt

Lines changed: 103 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,103 @@
1+
appdirs==1.4.4
2+
argparse==1.4.0
3+
arrow==1.2.1; python_version >= "3.7" and python_full_version < "3.0.0" and python_version < "3.11" or python_version >= "3.7" and python_version < "3.11" and python_full_version >= "3.5.0"
4+
astor==0.8.1; python_version >= "3.7" and python_full_version < "3.0.0" and python_version < "3.11" or python_version >= "3.7" and python_version < "3.11" and python_full_version >= "3.4.0"
5+
astropy==4.3.1; python_version >= "3.7"
6+
attrs==21.2.0; python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.7"
7+
batchgenerators==0.21
8+
bids-validator==1.8.9; python_version >= "3.7" and python_version < "3.11"
9+
binaryornot==0.4.4; python_version >= "3.7" and python_full_version < "3.0.0" and python_version < "3.11" or python_version >= "3.7" and python_version < "3.11" and python_full_version >= "3.5.0"
10+
certifi==2021.10.8; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.6.0"
11+
chardet==4.0.0; python_version >= "3.7" and python_full_version < "3.0.0" and python_version < "3.11" or python_version >= "3.7" and python_version < "3.11" and python_full_version >= "3.5.0"
12+
charset-normalizer==2.0.9; python_full_version >= "3.6.0" and python_version >= "3"
13+
click==7.1.2; python_version >= "3.7" and python_full_version < "3.0.0" and python_version < "3.11" or python_version >= "3.7" and python_version < "3.11" and python_full_version >= "3.5.0"
14+
colorama==0.4.4; python_version >= "3.7" and python_full_version < "3.0.0" and python_version < "3.11" and platform_system == "Windows" or python_version >= "3.7" and python_version < "3.11" and python_full_version >= "3.5.0" and platform_system == "Windows"
15+
configargparse==1.5.3; python_version >= "3.7" and python_full_version < "3.0.0" and python_version < "3.11" or python_version >= "3.7" and python_version < "3.11" and python_full_version >= "3.5.0"
16+
connection-pool==0.0.3; python_version >= "3.7" and python_version < "3.11"
17+
cookiecutter==1.7.3; python_version >= "3.7" and python_full_version < "3.0.0" and python_version < "3.11" or python_version >= "3.7" and python_version < "3.11" and python_full_version >= "3.5.0"
18+
cycler==0.11.0; python_version >= "3.7"
19+
datrie==0.8.2; python_version >= "3.7" and python_full_version < "3.0.0" and python_version < "3.11" or python_version >= "3.7" and python_version < "3.11" and python_full_version >= "3.4.0"
20+
dicom2nifti==2.3.0
21+
docopt==0.6.2; python_version >= "3.7" and python_version < "3.11"
22+
docutils==0.18.1; python_version >= "3.7" and python_full_version < "3.0.0" and python_version < "3.11" or python_version >= "3.7" and python_version < "3.11" and python_full_version >= "3.5.0"
23+
filelock==3.4.0; python_version >= "3.7" and python_version < "3.11"
24+
fonttools==4.28.4; python_version >= "3.7"
25+
formulaic==0.2.4; python_version >= "3.7" and python_version < "3.11"
26+
future==0.18.2; python_version >= "2.6" and python_full_version < "3.0.0" or python_full_version >= "3.3.0"
27+
gitdb==4.0.9; python_version >= "3.7"
28+
gitpython==3.1.24; python_version >= "3.7" and python_version < "3.11"
29+
idna==3.3; python_version >= "3.5" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version >= "3.5"
30+
imageio==2.13.3; python_version >= "3.7"
31+
importlib-metadata==1.7.0; python_version == "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version == "3.7"
32+
importlib-resources==5.4.0; python_version < "3.9" and python_version >= "3.7"
33+
interface-meta==1.2.4; python_version >= "3.7" and python_version < "3.11"
34+
ipython-genutils==0.2.0; python_version >= "3.5"
35+
jinja2-time==0.2.0; python_version >= "3.7" and python_full_version < "3.0.0" and python_version < "3.11" or python_version >= "3.7" and python_version < "3.11" and python_full_version >= "3.5.0"
36+
jinja2==3.0.3; python_version >= "3.6"
37+
joblib==1.1.0; python_version >= "3.7"
38+
jsonschema==4.3.1; python_version >= "3.7" and python_version < "3.11"
39+
jupyter-core==4.9.1; python_version >= "3.6"
40+
kiwisolver==1.3.2; python_version >= "3.7"
41+
linecache2==1.0.0
42+
markupsafe==2.0.1; python_version >= "3.7" and python_full_version < "3.0.0" and python_version < "3.11" or python_version >= "3.7" and python_version < "3.11" and python_full_version >= "3.5.0"
43+
matplotlib==3.5.1; python_version >= "3.7"
44+
medpy==0.4.0
45+
nbformat==5.1.3; python_version >= "3.7" and python_version < "3.11"
46+
networkx==2.6.3; python_version >= "3.7"
47+
nibabel==3.2.1; python_version >= "3.6"
48+
nilearn==0.8.1; python_version >= "3.6"
49+
nnunet-inference-on-cpu-and-gpu==1.6.6
50+
num2words==0.5.10; python_version >= "3.7" and python_version < "3.11"
51+
numpy==1.21.4; python_version >= "3.7" and python_version < "3.11"
52+
packaging==21.3; python_version >= "3.7"
53+
pandas==1.3.5; python_full_version >= "3.7.1"
54+
pillow==8.4.0; python_version >= "3.7"
55+
poyo==0.5.0; python_version >= "3.7" and python_full_version < "3.0.0" and python_version < "3.11" or python_version >= "3.7" and python_version < "3.11" and python_full_version >= "3.5.0"
56+
progress==1.6; python_version >= "3.7" and python_version < "3.11"
57+
psutil==5.8.0; python_version >= "3.7" and python_full_version < "3.0.0" and python_version < "3.11" or python_version >= "3.7" and python_version < "3.11" and python_full_version >= "3.4.0"
58+
pulp==2.6.0; python_version >= "3.7" and python_version < "3.11"
59+
pybids==0.14.0; python_version >= "3.7" and python_version < "3.11"
60+
pydicom==2.2.2; python_full_version >= "3.6.1"
61+
pyerfa==2.0.0.1; python_version >= "3.7"
62+
pygments==2.10.0; python_version >= "3.5"
63+
pygraphviz==1.7; python_version >= "3.7"
64+
pyparsing==3.0.6; python_version >= "3.7"
65+
pyrsistent==0.18.0; python_version >= "3.7"
66+
python-dateutil==2.8.2; python_full_version >= "3.7.1" and python_version >= "3.7" and (python_version >= "3.7" and python_full_version < "3.0.0" and python_version < "3.11" or python_version >= "3.7" and python_version < "3.11" and python_full_version >= "3.5.0")
67+
python-slugify==5.0.2; python_version >= "3.7" and python_full_version < "3.0.0" and python_version < "3.11" or python_version >= "3.7" and python_version < "3.11" and python_full_version >= "3.5.0"
68+
pytz==2021.3; python_full_version >= "3.7.1"
69+
pywavelets==1.2.0; python_version >= "3.7"
70+
pywin32==302; sys_platform == "win32" and platform_python_implementation != "PyPy" and python_version >= "3.6"
71+
pyyaml==5.4.1; python_version >= "3.7" and python_full_version < "3.0.0" and python_version < "3.11" or python_version >= "3.7" and python_version < "3.11" and python_full_version >= "3.6.0"
72+
ratelimiter==1.2.0.post0; python_version >= "3.7" and python_version < "3.11"
73+
requests==2.26.0; python_version >= "3.7" and python_full_version < "3.0.0" and python_version < "3.11" or python_full_version >= "3.6.0" and python_version >= "3.7" and python_version < "3.11"
74+
scikit-fmm==2021.10.29
75+
scikit-image==0.19.1; python_version >= "3.7"
76+
scikit-learn==1.0.1; python_version >= "3.7"
77+
scipy==1.7.3; python_version >= "3.7" and python_version < "3.11"
78+
seaborn==0.11.2; python_version >= "3.6"
79+
setuptools-scm==6.3.2; python_version >= "3.7"
80+
simpleitk==2.1.1
81+
six==1.16.0; python_version >= "3.7" and python_version < "3.11" and python_full_version >= "3.7.1"
82+
sklearn==0.0
83+
smart-open==5.2.1; python_version >= "3.7" and python_version < "3.11"
84+
smmap==5.0.0; python_version >= "3.7"
85+
snakebids==0.4.1; python_version >= "3.7" and python_version < "3.11"
86+
snakemake==6.12.3
87+
sqlalchemy==1.3.24; python_version >= "3.7" and python_full_version < "3.0.0" and python_version < "3.11" or python_version >= "3.7" and python_version < "3.11" and python_full_version >= "3.4.0"
88+
stopit==1.1.2; python_version >= "3.7" and python_version < "3.11"
89+
tabulate==0.8.9; python_version >= "3.7" and python_version < "3.11"
90+
text-unidecode==1.3; python_version >= "3.7" and python_full_version < "3.0.0" and python_version < "3.11" or python_version >= "3.7" and python_version < "3.11" and python_full_version >= "3.5.0"
91+
threadpoolctl==3.0.0; python_version >= "3.7"
92+
tifffile==2021.11.2; python_version >= "3.7"
93+
tomli==1.2.3; python_version >= "3.7"
94+
toposort==1.7; python_version >= "3.7" and python_version < "3.11"
95+
torch==1.10.1; python_full_version >= "3.6.2"
96+
tqdm==4.62.3; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.4.0"
97+
traceback2==1.4.0
98+
traitlets==5.1.1; python_version >= "3.7"
99+
typing-extensions==3.10.0.2; python_version >= "3.7" and python_version < "3.8" and python_full_version >= "3.6.2" and (python_version >= "3.7" and python_full_version < "3.0.0" and python_version < "3.8" or python_version >= "3.7" and python_version < "3.8" and python_full_version >= "3.5.0")
100+
unittest2==1.1.0
101+
urllib3==1.26.7; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version < "4"
102+
wrapt==1.13.3; python_version >= "3.7" and python_full_version < "3.0.0" and python_version < "3.11" or python_version >= "3.7" and python_version < "3.11" and python_full_version >= "3.5.0"
103+
zipp==3.6.0; python_version == "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version == "3.7"

0 commit comments

Comments
 (0)