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

Commit

Permalink
Updated version requirements.
Browse files Browse the repository at this point in the history
  • Loading branch information
daminton committed Feb 21, 2024
1 parent 81d32d7 commit f02d26e
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 13 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
##################################################
# Define the project and the depencies that it has
##################################################
CMAKE_MINIMUM_REQUIRED(VERSION 3.6.0...3.27.1)
CMAKE_MINIMUM_REQUIRED(VERSION 3.23.1...3.28.3)
SET(SKBUILD_PROJECT_NAME "swiftest" CACHE STRING "Name of project set by scikit-build")

# Get version stored in text file
Expand Down
16 changes: 8 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,20 +24,20 @@ classifiers=[
]
keywords=['astronomy','astrophysics', 'planetary', 'n-body', 'integrator', 'symplectic', 'wisdom-holman', 'symba']
dependencies = [
'numpy>=1.23',
'scipy>=1.10',
'numpy>=1.24.3',
'scipy>=1.10.1',
'xarray>=2023.1',
'dask>=2023.5',
'distributed>=2023.5',
'bottleneck>=1.3',
'bottleneck>=1.3.5',
'h5netcdf>=1.1',
'h5py>=3.9',
'netcdf4>=1.6',
'matplotlib>=3.7',
'netcdf4>=1.6.2',
'matplotlib>=3.7.1',
'astropy>=5.2',
'astroquery>=0.4.6',
'tqdm>=4.64',
'cython>=3.0',
'tqdm>=4.65',
'cython>=3.0.0',
]

[project.optional-dependencies]
Expand Down Expand Up @@ -67,7 +67,7 @@ requires = [
build-backend = "scikit_build_core.build"

[tool.scikit-build]
cmake.version = ">=3.24.3"
cmake.version = ">=3.23.1"
ninja.version = ">=1.11.1"
cmake.args = ["-DUSE_SIMD=OFF"]
sdist.include = ["src/globals/globals_module.f90.in","swiftest/*.py","swiftest/*.pyx","swiftest/*.h"]
Expand Down
9 changes: 5 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
python>=3.8
numpy>=1.24.3
scipy>=1.10.1
xarray>=2022.11.0
dask>=2022.1
xarray>=2023.1
dask>=2023.5
distributed>=2023.5
bottleneck>=1.3.5
distributed>=2022.1
h5netcdf>=1.0.2
h5netcdf>=1.1
h5py>=3.9
netcdf4>=1.6.2
matplotlib>=3.7.1
astropy>=5.1
Expand Down

0 comments on commit f02d26e

Please sign in to comment.