File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 13
13
#endif
14
14
#include < exception>
15
15
16
- #define GRIDPP_VERSION " 0.7.0 "
16
+ #define GRIDPP_VERSION " 0.7.1 "
17
17
#define __version__ GRIDPP_VERSION
18
18
19
19
namespace gridpp {
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ def run(self):
108
108
# However, since the earliest precompiled numpy versions have been used when compiling gridpp,
109
109
# it is unlikely the user will have an older version of numpy
110
110
# install_requires=['numpy<=1.12.1; python_version < "3"'],
111
- install_requires = ['numpy' ],
111
+ install_requires = ['numpy<2 ' ],
112
112
113
113
test_suite = "gridpp.tests" ,
114
114
ext_modules = [module ],
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ def finalize_options(self):
103
103
# your project is installed. For an analysis of "install_requires" vs pip's
104
104
# requirements files see:
105
105
# https://packaging.python.org/en/latest/requirements.html
106
- install_requires = ['numpy' ],
106
+ install_requires = ['numpy<2 ' ],
107
107
108
108
# List additional groups of dependencies here (e.g. development
109
109
# dependencies). You can install these using the following syntax,
You can’t perform that action at this time.
0 commit comments