mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-15 11:22:18 +08:00
MAINT: Use specific versions in appveyor.yml.
This commit is contained in:
+4
-4
@@ -16,14 +16,14 @@ environment:
|
|||||||
- PYTHON_VERSION: "2.7"
|
- PYTHON_VERSION: "2.7"
|
||||||
PYTHON_ARCH: "64"
|
PYTHON_ARCH: "64"
|
||||||
PANDAS_VERSION: "0.18.1"
|
PANDAS_VERSION: "0.18.1"
|
||||||
NUMPY_VERSION: "1.11"
|
NUMPY_VERSION: "1.11.1"
|
||||||
SCIPY_VERSION: "0.17.0"
|
SCIPY_VERSION: "0.17.1"
|
||||||
|
|
||||||
- PYTHON_VERSION: "3.4"
|
- PYTHON_VERSION: "3.4"
|
||||||
PYTHON_ARCH: "64"
|
PYTHON_ARCH: "64"
|
||||||
PANDAS_VERSION: "0.18.1"
|
PANDAS_VERSION: "0.18.1"
|
||||||
NUMPY_VERSION: "1.11"
|
NUMPY_VERSION: "1.11.1"
|
||||||
SCIPY_VERSION: "0.17.0"
|
SCIPY_VERSION: "0.17.1"
|
||||||
|
|
||||||
# We always use a 64-bit machine, but can build x86 distributions
|
# We always use a 64-bit machine, but can build x86 distributions
|
||||||
# with the PYTHON_ARCH variable (which is used by CMD_IN_ENV).
|
# with the PYTHON_ARCH variable (which is used by CMD_IN_ENV).
|
||||||
|
|||||||
Reference in New Issue
Block a user