Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,18 @@ platforms = ['win-64', 'linux-64', 'osx-64', 'osx-arm64']
# Channels for fetching packages
channels = ['conda-forge']

#####################
# SYSTEM REQUIREMENTS
#####################

[system-requirements]

# Set minimum supported version for macOS to be 14.0 to ensure packages
# like `skipp` that only have wheels for macOS 14.0+ (macosx_14_0_arm64)
# are used instead of building from source. This is a workaround for
# Pixi, see https://github.com/prefix-dev/pixi/issues/5667
macos = '14.0'

##########
# FEATURES
##########
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dependencies = [
'dfo-ls', # Derivative-free optimization
'uncertainties', # Propagation of uncertainties in calculations
'numpy', # Numerical computing
'scipp<26.1.0', # Handling and analysis of scientific data
'scipp', # Handling and analysis of scientific data
'pooch', # Data downloader
'matplotlib', # Plotting library
'jupyterlab', # Jupyter notebooks
Expand Down
Loading