diff --git a/pyproject.toml b/pyproject.toml index 5e76778a6..2789589fd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "swiftest" -version = "2023.10.0" +version = "2023.10.1" authors=[ {name = 'David A. Minton', email='daminton@purdue.edu'}, {name = 'Carlisle Wishard'}, @@ -32,13 +32,12 @@ dependencies = [ 'bottleneck>=1.3', 'h5netcdf>=1.1', 'h5py>=3.9', - 'netcdf4>=1.6.4', + 'netcdf4>=1.6', 'matplotlib>=3.7', 'astropy>=5.2', 'astroquery>=0.4.6', 'tqdm>=4.66', 'cython>=3.0.0', - 'pyshtools>=4.10' ] [project.urls] @@ -99,14 +98,14 @@ netCDF-Fortran_DIR="${PREFIX}/lib/cmake/netCDF" [tool.cibuildwheel.macos] before-all = [ - "brew install coreutils shtools", - "LIBS=\"\" buildscripts/build_dependencies.sh -p ${PREFIX} -d ${PREFIX}/build -m ${MACOSX_DEPLOYMENT_TARGET}" + "brew install coreutils", + "LIBS=\"\" buildscripts/build_dependencies.sh -p ${PREFIX} -d ${HOME}/Downloads -m ${MACOSX_DEPLOYMENT_TARGET}" ] [tool.cibuildwheel.linux] skip = "cp312-* pp* -manylinux_i686* *-musllinux*" before-all = [ - "yum install doxygen libxml2-devel libcurl-devel fftw-devel blas-devel lapack-devel -y", + "yum install doxygen libxml2-devel libcurl-devel -y", "buildscripts/build_dependencies.sh -p /usr/local" ] [tool.cibuildwheel.linux.environment]