File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Filter options
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Original file line number Diff line number Diff line change @@ -171,9 +171,8 @@ def get_and_extract_tarball(urls, sha, dirname):
171
171
'f8db94d307e9c54961b39a1cc799a67d46681480696ed72ecf78d4473770f09b'
172
172
}
173
173
# 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`.
177
176
TESTING_VERSION_OF_FREETYPE = '2.6.1'
178
177
if sys .platform .startswith ('win' ) and platform .machine () == 'ARM64' :
179
178
# older versions of freetype are not supported for win/arm64
You can’t perform that action at this time.
0 commit comments