Skip to content

Commit

Permalink
conda fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Gage Larsen committed Aug 5, 2019
1 parent 0378ee7 commit edbee99
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@ if(IS_PYTHON_BUILD)
include("${CONAN_PYBIND11_ROOT}/share/cmake/pybind11/pybind11ConfigVersion.cmake")
include("${CONAN_PYBIND11_ROOT}/share/cmake/pybind11/pybind11Tools.cmake")
endif()

list(APPEND EXT_INCLUDE_DIRS
${pybind11_INCLUDE_DIR}
)

find_package(PythonLibsNew ${PYTHON_TARGET_VERSION} EXACT REQUIRED)

Expand Down
2 changes: 1 addition & 1 deletion _package/xms/interp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
from .api.interpolator import interpolate_to_grid
from .api.interpolator import interpolate_to_points

__version__ = '3.0.3'
__version__ = '3.0.4'

0 comments on commit edbee99

Please sign in to comment.