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

Commit

Permalink
Updated version requirements as the new collisision indexing is incom…
Browse files Browse the repository at this point in the history
…patible with xarray versions that are compatible with python 3.8.
  • Loading branch information
daminton committed Mar 1, 2024
1 parent 70cdbd6 commit 914d8f6
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 30 deletions.
26 changes: 13 additions & 13 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,22 @@ channels:
- defaults

dependencies:
- python>=3.9
- numpy>=1.24.3
- scipy>=1.10.1
- xarray>=2022.11.0
- distributed>=2022.1
- dask>=2022.1
- bottleneck>=1.3.5
- h5netcdf>=1.0.2
- netcdf4>=1.6.2
- matplotlib>=3.7.1
- astropy>=5.1
- python==3.9
- numpy>=1.26.4
- scipy>=1.12.0
- xarray>=2024.2.0
- distributed>=2024.2.1
- dask>=2024.2.1
- bottleneck>=1.3.8
- h5netcdf>=1.3.0
- netcdf4>=1.6.5
- matplotlib>=3.8.3
- astropy>=6.0.0
- astroquery>=0.4.6
- tqdm>=4.65.0
- tqdm>=4.66.2
- x264>=1!157.20191217
- ffmpeg>=4.3.2
- cython>=3.0.0
- cython>=3.0.8
- pkg-config
- meson-python>=0.14
- setuptools_scm>=8
Expand Down
34 changes: 17 additions & 17 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ maintainers = [
{name = 'David A. Minton', email='daminton@purdue.edu'},
]
readme = "README.md"
requires-python=">=3.8"
requires-python=">=3.9"
license={file = "LICENSE"}
classifiers=[
'Development Status :: 3 - Alpha',
Expand All @@ -24,20 +24,20 @@ classifiers=[
]
keywords=['astronomy','astrophysics', 'planetary', 'n-body', 'integrator', 'symplectic', 'wisdom-holman', 'symba']
dependencies = [
'numpy>=1.24.3',
'scipy>=1.10.1',
'xarray>=2023.1',
'dask>=2023.5',
'distributed>=2023.5',
'bottleneck>=1.3.5',
'h5netcdf>=1.1',
'h5py>=3.9',
'netcdf4>=1.6.2',
'matplotlib>=3.7.1',
'astropy>=5.2',
'numpy>=1.26.4',
'scipy>=1.12.0',
'xarray>=2024.2.0',
'dask>=2024.2.1',
'distributed>=2024.2.1',
'bottleneck>=1.3.8',
'h5netcdf>=1.3.0',
'h5py>=3.10.0',
'netcdf4>=1.6.5',
'matplotlib>=3.8.3',
'astropy>=6.0.0',
'astroquery>=0.4.6',
'tqdm>=4.65',
'cython>=3.0.0',
'tqdm>=4.66.2',
'cython>=3.0.8',
]

[project.optional-dependencies]
Expand All @@ -48,8 +48,8 @@ Repository = 'https://github.itap.purdue.edu/MintonGroup/swiftest'

[build-system]
requires = [
"scikit-build-core>=0.8",
"cython>=3.0",
"scikit-build-core>=0.8.2",
"cython>=3.0.8",
]
build-backend = "scikit_build_core.build"

Expand Down Expand Up @@ -133,7 +133,7 @@ PATH="${HDF5_ROOT}/bin:${PATH}"
CMAKE_INSTALL_LIBDIR="lib"

[tool.cibuildwheel.linux]
skip = "cp312-* pp* -manylinux_i686* *-musllinux*"
skip = "pp* -manylinux_i686* *-musllinux*"
before-all = [
"yum install epel-release -y",
"yum install doxygen libxml2-devel libcurl-devel fftw-static openblas-devel lapack-devel -y",
Expand Down

0 comments on commit 914d8f6

Please sign in to comment.