File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -97,12 +97,14 @@ commands = {[testenv:conda]commands}
97
97
conda_deps =
98
98
{[testenv]conda_deps}
99
99
pandas ==0.22*
100
+ numpy<=1.20 # pandas is incompatible with newer versions
100
101
101
102
[testenv:py27-pip]
102
103
commands = {[testenv:pip]commands}
103
104
conda_deps =
104
105
{[testenv]conda_deps}
105
106
pandas ==0.22*
107
+ numpy<=1.20 # pandas is incompatible with newer versions
106
108
107
109
#
108
110
# Python 3.5
@@ -112,12 +114,14 @@ commands = {[testenv:conda]commands}
112
114
conda_deps =
113
115
{[testenv]conda_deps}
114
116
pandas ==0.23*
117
+ numpy<=1.20 # pandas is incompatible with newer versions
115
118
116
119
[testenv:py35-pip]
117
120
commands = {[testenv:pip]commands}
118
121
conda_deps =
119
122
{[testenv]conda_deps}
120
123
pandas ==0.23*
124
+ numpy<=1.20 # pandas is incompatible with newer versions
121
125
122
126
#
123
127
# Python 3.6
@@ -127,12 +131,14 @@ commands = {[testenv:conda]commands}
127
131
conda_deps =
128
132
{[testenv]conda_deps}
129
133
pandas ==0.24*
134
+ numpy<=1.20 # pandas is incompatible with newer versions
130
135
131
136
[testenv:py36-pip]
132
137
commands = {[testenv:pip]commands}
133
138
conda_deps =
134
139
{[testenv]conda_deps}
135
140
pandas ==0.24*
141
+ numpy<=1.20 # pandas is incompatible with newer versions
136
142
137
143
#
138
144
# Python 3.7
@@ -142,12 +148,14 @@ commands = {[testenv:conda]commands}
142
148
conda_deps =
143
149
{[testenv]conda_deps}
144
150
pandas ==0.25*
151
+ numpy<=1.20 # pandas is incompatible with newer versions
145
152
146
153
[testenv:py37-pip]
147
154
commands = {[testenv:pip]commands}
148
155
conda_deps =
149
156
{[testenv]conda_deps}
150
157
pandas ==0.25*
158
+ numpy<=1.20 # pandas is incompatible with newer versions
151
159
152
160
#
153
161
# Python 3.8
You can’t perform that action at this time.
0 commit comments