Skip to content

Commit f9f8e48

Browse files
committed
Remove reference to now-deleted reminder note.
The comment was made outdated by ff2d796.
1 parent 27cfec2 commit f9f8e48

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

setupext.py

+2-3
Original file line numberDiff line numberDiff line change
@@ -171,9 +171,8 @@ def get_and_extract_tarball(urls, sha, dirname):
171171
'f8db94d307e9c54961b39a1cc799a67d46681480696ed72ecf78d4473770f09b'
172172
}
173173
# This is the version of FreeType to use when building a local version. It
174-
# must match the value in lib/matplotlib.__init__.py and also needs to be
175-
# changed below in the embedded windows build script (grep for "REMINDER" in
176-
# this file). Also update the cache path in `.circleci/config.yml`.
174+
# must match the value in lib/matplotlib.__init__.py, and the cache path in
175+
# `.circleci/config.yml`.
177176
TESTING_VERSION_OF_FREETYPE = '2.6.1'
178177
if sys.platform.startswith('win') and platform.machine() == 'ARM64':
179178
# older versions of freetype are not supported for win/arm64

0 commit comments

Comments
 (0)