File tree Expand file tree Collapse file tree 4 files changed +12
-6
lines changed Expand file tree Collapse file tree 4 files changed +12
-6
lines changed Original file line number Diff line number Diff line change 5353 virtualenv venv
5454 pip install -U pip
5555 pip install -r /tmp/src/templateflow/requirements.txt
56- pip install datalad
56+ pip install " datalad ~= 0.11.8"
5757 pip install "setuptools>=27.0" twine codecov
5858
5959 - run :
@@ -151,7 +151,7 @@ jobs:
151151 virtualenv venv
152152 export TEMPLATEFLOW_USE_DATALAD=off
153153 export TEMPLATEFLOW_HOME=$HOME/templateflow-clean
154- datalad install -r -s https://github.com/templateflow/templateflow $TEMPLATEFLOW_HOME
154+ datalad install -r -s https://github.com/templateflow/templateflow $TEMPLATEFLOW_HOME
155155 pytest --junit-xml=/tmp/tests/dl+s3.xml --cov templateflow --cov-report xml:/tmp/cov_api_dl_s3.xml \
156156 --doctest-modules /tmp/src/templateflow/templateflow/api.py
157157
Original file line number Diff line number Diff line change 1- * Fix: density key (#31)
1+ Version 0.4.2 (January 28, 2020)
2+ ================================
3+ Patch release including a bugfix, adding a DataLad pin, and making PyBIDS pin more flexible.
4+
5+ * MAINT: Update PyBIDS pin and DataLad pin
6+ * FIX: Density key (#31)
7+
28Version 0.4.1 (July 22, 2019)
39=============================
410First release after a deep revision of the tests and the continuous integration setup.
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ git+https://github.com/AleksandarPetrov/napoleon.git@0dc3f28a309ad602be5f44a9049
22git+https://github.com/rwblair/sphinxcontrib-versioning.git@39b40b0b84bf872fc398feff05344051bbce0f63#egg=sphinxcontrib-versioning
33nbsphinx
44packaging
5- pybids ~ =0.9.2
5+ pybids > =0.9.2
66pydot >= 1.2.3
77pydotplus
88requests
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ classifiers =
2020[options]
2121python_requires = >= 3.5
2222install_requires =
23- pybids ~ = 0.9.2
23+ pybids > = 0.9.2
2424 requests
2525 tqdm
2626test_requires =
@@ -42,7 +42,7 @@ exclude =
4242
4343[options.extras_require]
4444datalad =
45- datalad
45+ datalad ~= 0.11.8
4646
4747doc =
4848 nbsphinx
You can’t perform that action at this time.
0 commit comments