-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathrequirements.txt
136 lines (136 loc) · 2.39 KB
/
requirements.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
#
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile --output-file=requirements.txt
#
annotated-types==0.7.0
# via pydantic
anyio==4.6.2.post1
# via httpx
astor==0.8.1
# via formulaic
attrs==24.2.0
# via
# jsonschema
# referencing
bids-validator==1.14.7.post0
# via pybids
bidsschematools==0.11.3.post2
# via bids-validator
certifi==2024.8.30
# via
# httpcore
# httpx
click==8.1.7
# via
# bidsschematools
# pybids
# typer
docopt==0.6.2
# via num2words
formulaic==0.5.2
# via pybids
fsspec==2024.10.0
# via universal-pathlib
greenlet==3.1.1
# via sqlalchemy
h11==0.14.0
# via httpcore
httpcore==1.0.7
# via httpx
httpx==0.27.2
# via bagel (setup.py)
idna==3.10
# via
# anyio
# httpx
importlib-resources==6.4.5
# via nibabel
interface-meta==1.3.0
# via formulaic
isodate==0.7.2
# via bagel (setup.py)
jsonschema==4.23.0
# via
# bagel (setup.py)
# bidsschematools
jsonschema-specifications==2024.10.1
# via jsonschema
markdown-it-py==3.0.0
# via rich
mdurl==0.1.2
# via markdown-it-py
nibabel==5.3.2
# via pybids
num2words==0.5.13
# via pybids
numpy==2.1.3
# via
# formulaic
# nibabel
# pandas
# pybids
# scipy
packaging==24.2
# via nibabel
pandas==2.2.3
# via
# formulaic
# pybids
pybids==0.17.2
# via bagel (setup.py)
pydantic==2.9.2
# via bagel (setup.py)
pydantic-core==2.23.4
# via pydantic
pygments==2.18.0
# via rich
python-dateutil==2.9.0.post0
# via pandas
pytz==2024.2
# via pandas
pyyaml==6.0.2
# via bidsschematools
referencing==0.35.1
# via
# jsonschema
# jsonschema-specifications
rich==13.9.4
# via
# bagel (setup.py)
# typer
rpds-py==0.21.0
# via
# jsonschema
# referencing
scipy==1.14.1
# via
# formulaic
# pybids
shellingham==1.5.4
# via typer
six==1.16.0
# via python-dateutil
sniffio==1.3.1
# via
# anyio
# httpx
sqlalchemy==2.0.36
# via pybids
typer==0.13.0
# via bagel (setup.py)
typing-extensions==4.12.2
# via
# formulaic
# nibabel
# pydantic
# pydantic-core
# sqlalchemy
# typer
tzdata==2024.2
# via pandas
universal-pathlib==0.2.5
# via pybids
wrapt==1.16.0
# via formulaic