Skip to content

Commit 66c37d4

Browse files
committed
chore(pin): templateflow ~= 0.6 (and remove requirements.txt)
Taking advantage of the new auto-update. This commit also removes the requirements.txt file that was used exclusively by the Docker image distribution: pyntcloud now is in Pypi and we can safely pin templateflow to >=0.6.0 since the autoupdate was implemented.
1 parent 960c872 commit 66c37d4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ sphinx-argparse
1010
sphinx>=2.1.2,<3.0
1111
sphinx_rtd_theme
1212
sphinxcontrib-apidoc ~= 0.3.0
13-
templateflow >= 0.6.0rc1
13+
templateflow

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ install_requires =
4040
seaborn
4141
svgutils
4242
transforms3d
43-
templateflow >= 0.6.0rc1
43+
templateflow >= 0.6
4444
test_requires =
4545
coverage < 5
4646
pytest >= 4.4

0 commit comments

Comments
 (0)