Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
Fixed some issues that arose due to the bad merge from the oblate branch
Browse files Browse the repository at this point in the history
  • Loading branch information
MintoDA1 authored and MintoDA1 committed Oct 4, 2023
1 parent 05101f9 commit d5647ad
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -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'},
Expand Down Expand Up @@ -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]
Expand Down Expand Up @@ -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]
Expand Down

0 comments on commit d5647ad

Please sign in to comment.