Skip to content

Commit

Permalink
try to make appveyor work
Browse files Browse the repository at this point in the history
  • Loading branch information
relf committed Apr 13, 2019
1 parent de50a3e commit dd3f86d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ install:
- if %PYTHON%==2.7 (
conda install python=%PYTHON% Cython sphinx pip --quiet
) else (
conda install python=%PYTHON% numpy=1.15.4 scipy Cython sphinx pip --quiet
conda install python=%PYTHON% numpy=1.15 scipy=1.0.1 Cython sphinx pip --quiet
)
- pip install numpy
- pip install testflo
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@

metadata = dict(
name='smt',
version='0.3',
version='0.3.0',
description='The Surrogate Modeling Toolbox (SMT)',
long_description=LONG_DESCRIPTION,
author='Mohamed Amine Bouhlel et al.',
Expand Down

0 comments on commit dd3f86d

Please sign in to comment.