Skip to content

Commit 4490a9f

Browse files
committed
📌 Unpin in info.py
(rely on `requirements.txt` and Dockerfiles to set Python dependency versions) so variants don't require the same versions as each other
1 parent 32fcadd commit 4490a9f

File tree

1 file changed

+30
-30
lines changed

1 file changed

+30
-30
lines changed

CPAC/info.py

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -169,36 +169,36 @@ def get_cpac_gitversion():
169169
VERSION = __version__
170170
STATUS = 'stable'
171171
REQUIREMENTS = [
172-
"boto3==1.26.91",
173-
"ciftify==2.3.3",
174-
"click==8.1.3",
175-
"configparser==5.3.0",
176-
"cython==0.29.34",
177-
"future==0.18.3",
172+
"boto3",
173+
"click",
174+
"configparser",
175+
"cython",
176+
"future",
178177
"INDI-Tools @ git+https://[email protected]/FCP-INDI/INDI-Tools.git#egg=INDI-Tools",
179-
"joblib==1.2.0",
180-
"lockfile==0.12.2",
181-
"matplotlib==3.7.1",
182-
"networkx==3.0",
183-
"nibabel==5.0.1",
184-
"nilearn==0.10.0",
185-
"nipype==1.8.5",
186-
"nose==1.3.7",
187-
"numpy==1.24.2",
188-
"pandas==1.5.3",
189-
"pathvalidate==2.5.2",
190-
"patsy==0.5.3",
191-
"prov==2.0.0",
192-
"psutil==5.9.4",
193-
"PyBASC==0.6.1",
194-
"pybids==0.15.6",
195-
"pygraphviz==1.10",
178+
"lockfile",
179+
"joblib",
180+
"matplotlib",
181+
"networkx",
182+
"nibabel",
183+
"nilearn",
184+
"nipype",
185+
"nose",
186+
"numpy",
187+
"pandas",
188+
"pathvalidate",
189+
"patsy",
190+
"prov",
191+
"psutil",
192+
"pybids",
193+
"pygraphviz",
196194
"PyPEER @ git+https://[email protected]/ChildMindInstitute/PyPEER.git@6965d2b2bea0fef824e885fec33a8e0e6bd50a97#egg=PyPEER",
197-
"python-dateutil==2.8.2",
198-
"PyYAML==6.0",
199-
"scikit-learn==1.2.2",
200-
"scipy==1.10.1",
201-
"sdcflows==2.4.0",
202-
"traits==6.3.2",
203-
"voluptuous==0.13.1"
195+
"python-dateutil",
196+
"pyyaml",
197+
"scikit-learn",
198+
"scipy",
199+
"sdcflows",
200+
"traits",
201+
"PyBASC",
202+
"voluptuous>=0.12.0",
203+
"ciftify",
204204
]

0 commit comments

Comments
 (0)