8000 Merge pull request #22658 from anntzer/ur · matplotlib/matplotlib@96af8c5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 96af8c5

Browse files
authored
Merge pull request #22658 from anntzer/ur
Remove reference to now-deleted reminder note.
2 parents 9d67b02 + f9f8e48 commit 96af8c5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

setupext.py

Lines changed: 2 additions & 3 deletions
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)
0