diff --git a/.travis.yml b/.travis.yml index d9d74d1..4f3b745 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,25 +7,25 @@ matrix: addons: apt: sources: ['ubuntu-toolchain-r-test'] - python: 2.7 + python: 3.5 - os: linux dist: bionic addons: apt: sources: ['ubuntu-toolchain-r-test'] - python: 3.5 + python: 3.6 - os: linux dist: bionic addons: apt: sources: ['ubuntu-toolchain-r-test'] - python: 3.6 + python: 3.7 - os: linux dist: bionic addons: apt: sources: ['ubuntu-toolchain-r-test'] - python: 3.7 + python: 3.8 env: global: - PIPENV_VENV_IN_PROJECT=1 diff --git a/Pipfile b/Pipfile index 80d12a0..6b5aea1 100644 --- a/Pipfile +++ b/Pipfile @@ -8,10 +8,10 @@ name = "pypi" six = "*" transformations = "*" scipy = "*" -scikit-learn = "==0.20.3" +scikit-learn = "==0.23.1" matplotlib = "*" nbformat = "==4.4.0" -"open3d" = "*" +"open3d" = "==0.10.0.0" [dev-packages] sphinx = "*" diff --git a/appveyor.yml b/appveyor.yml index 1330ec8..8a46b5a 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -11,14 +11,14 @@ environment: DISTUTILS_USE_SDK: 1 MSSdk: 1 matrix: - - PYTHON: "C:\\Python27" - PYTHON_VERSION: "2.7" - CPP: 14 - CONFIG: Release - PYTHON: "C:\\Python36" PYTHON_VERSION: "3.6" CPP: 14 CONFIG: Release + - PYTHON: "C:\\Python37" + PYTHON_VERSION: "3.7" + CPP: 14 + CONFIG: Release install: - ps: "ls \"C:/\"" - cmd: '"%VS140COMNTOOLS%\..\..\VC\vcvarsall.bat" %PLATFORM%'