Skip to content

Commit 50c5555

Browse files
committed
CI: unpin numpy and matplotlib pandas-dev#35779
1 parent 13940c7 commit 50c5555

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

environment.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ channels:
33
- conda-forge
44
dependencies:
55
# required
6-
# Pin numpy<1.19 until MPL 3.3.0 is released.
7-
- numpy>=1.16.5,<1.19.0
6+
- numpy>=1.16.5
87
- python=3
98
- python-dateutil>=2.7.3
109
- pytz
@@ -73,7 +72,7 @@ dependencies:
7372
- ipykernel
7473
- ipython>=7.11.1
7574
- jinja2 # pandas.Styler
76-
- matplotlib>=2.2.2,<3.3.0 # pandas.plotting, Series.plot, DataFrame.plot
75+
- matplotlib>=2.2.2 # pandas.plotting, Series.plot, DataFrame.plot
7776
- numexpr>=2.6.8
7877
- scipy>=1.2
7978
- numba>=0.46.0

requirements-dev.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This file is auto-generated from environment.yml, do not modify.
22
# See that file for comments about the need/usage of each dependency.
33

4-
numpy>=1.16.5,<1.19.0
4+
numpy>=1.16.5
55
python-dateutil>=2.7.3
66
pytz
77
asv
@@ -47,7 +47,7 @@ bottleneck>=1.2.1
4747
ipykernel
4848
ipython>=7.11.1
4949
jinja2
50-
matplotlib>=2.2.2,<3.3.0
50+
matplotlib>=2.2.2
5151
numexpr>=2.6.8
5252
scipy>=1.2
5353
numba>=0.46.0

0 commit comments

Comments
 (0)