File tree 3 files changed +0
-16
lines changed
3 files changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -163,12 +163,6 @@ for py_ver in "${DESIRED_PYTHON[@]}"; do
163
163
rm -rf " $output_folder "
164
164
mkdir " $output_folder "
165
165
166
- if [[ " $py_ver " == 3.5 ]]; then
167
- export CONDA_TYPING_CONSTRAINT=" - typing"
168
- else
169
- export CONDA_TYPING_CONSTRAINT=" "
170
- fi
171
-
172
166
export VSTOOLCHAIN_PACKAGE=vs2017
173
167
174
168
# We need to build the compiler activation scripts first on Windows
Original file line number Diff line number Diff line change @@ -143,14 +143,6 @@ setup_macos() {
143
143
fi
144
144
}
145
145
146
- # set variable to determine whether the typing library needs to be built in
147
- setup_typing () {
148
- if [[ " $PYTHON_VERSION " == 3.5 ]]; then
149
- export CONDA_TYPING_CONSTRAINT=" - typing"
150
- else
151
- export CONDA_TYPING_CONSTRAINT=" "
152
- fi
153
- }
154
146
155
147
# Top-level entry point for things every package will need to do
156
148
#
@@ -159,7 +151,6 @@ setup_env() {
159
151
setup_cuda
160
152
setup_build_version " $1 "
161
153
setup_macos
162
- setup_typing
163
154
}
164
155
165
156
# Function to retry functions that sometimes timeout or have flaky failures
Original file line number Diff line number Diff line change 52
52
- scipy
53
53
- av =8.0.1
54
54
- ca-certificates
55
- {{ environ.get('CONDA_TYPING_CONSTRAINT') }}
56
55
57
56
58
57
about :
You can’t perform that action at this time.
0 commit comments