Skip to content

Commit dff7b08

Browse files
committed
Fix contourpy/numpy versions
1 parent 313dd2a commit dff7b08

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ jobs:
158158
159159
# Install dependencies from PyPI.
160160
python -m pip install --upgrade $PRE \
161-
contourpy>=1 cycler fonttools kiwisolver numpy packaging pillow pyparsing \
161+
contourpy>=1.0.1 cycler fonttools kiwisolver numpy packaging pillow pyparsing \
162162
python-dateutil setuptools-scm \
163163
-r requirements/testing/all.txt \
164164
${{ matrix.extra-requirements }}

environment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ channels:
99
- conda-forge
1010
dependencies:
1111
- cairocffi
12-
- contourpy>=1
12+
- contourpy>=1.0.1
1313
- cycler>=0.10.0
1414
- fonttools>=4.22.0
1515
- kiwisolver>=1.0.1

requirements/testing/minver.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Extra pip requirements for the minimum-version CI run
22

3-
contourpy>=1
3+
contourpy>=1.0.1
44
cycler==0.10
55
kiwisolver==1.0.1
66
numpy==1.19.0

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ def make_release_tree(self, base_dir, files):
306306
"setuptools_scm_git_archive",
307307
],
308308
install_requires=[
309-
"contourpy>=1",
309+
"contourpy>=1.0.1",
310310
"cycler>=0.10",
311311
"fonttools>=4.22.0",
312312
"kiwisolver>=1.0.1",

0 commit comments

Comments
 (0)