Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
neka-nat committed May 26, 2020
1 parent 352c475 commit 9163e2e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "*"
Expand Down
8 changes: 4 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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%'
Expand Down

0 comments on commit 9163e2e

Please sign in to comment.