Skip to content

Commit

Permalink
Merge pull request #1001 from vasole/conda
Browse files Browse the repository at this point in the history
Conda-forge issues
  • Loading branch information
vasole authored May 17, 2023
2 parents 683e059 + 00de8e8 commit 1c34186
Showing 1 changed file with 2 additions and 15 deletions.
17 changes: 2 additions & 15 deletions PyMca5/PyMcaGraph/ctools/_ctools/cython/_ctools.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
#
# The PyMca X-Ray Fluorescence Toolkit
#
# Copyright (c) 2004-2015 European Synchrotron Radiation Facility
# Copyright (c) 2004-2023 European Synchrotron Radiation Facility
#
# This file is part of the PyMca X-ray Fluorescence Toolkit developed at
# the ESRF by the Software group.
# the ESRF.
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
Expand Down Expand Up @@ -33,19 +33,6 @@ from InsidePolygonWithBounds cimport PointsInsidePolygonInt as _pnpolyInt32
cimport numpy
import numpy

# From numpy_common.pxi to avoid warnings while compiling C code
# See this thread:
# https://mail.python.org/pipermail//cython-devel/2012-March/002137.html
cdef extern from *:
bint FALSE "0"
void import_array()
void import_umath()

if FALSE:
import_array()
import_umath()


include "MinMax.pyx"

include "Colormap.pyx"
Expand Down

0 comments on commit 1c34186

Please sign in to comment.