Skip to content

Commit

Permalink
Merge branch 'main' into additional_isissxd_methods
Browse files Browse the repository at this point in the history
  • Loading branch information
ndevenish committed Aug 16, 2024
2 parents 7f9c09f + 9a8cff3 commit 8fe2a67
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .azure-pipelines/ci-conda-env.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
conda-forge::boost
conda-forge::boost-cpp
conda-forge::bzip2
conda-forge::c-compiler<1.5
conda-forge::c-compiler
conda-forge::cctbx-base
conda-forge::conda
conda-forge::cxx-compiler<1.5
conda-forge::cxx-compiler
conda-forge::python-dateutil
conda-forge::dials-data
conda-forge::docutils
Expand All @@ -16,7 +16,7 @@ conda-forge::hdf5
conda-forge::matplotlib-base
conda-forge::mrcfile
conda-forge::natsort
conda-forge::numpy
conda-forge::numpy<2
conda-forge::nxmx
conda-forge::orderedset
conda-forge::pillow>=5.4.1
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.20 FATAL_ERROR)
cmake_minimum_required(VERSION 3.20...3.30 FATAL_ERROR)

project(dxtbx LANGUAGES C CXX)

Expand Down
1 change: 1 addition & 0 deletions newsfragments/743.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Additional methods for FormatISISSXD to extract data more efficiently.
1 change: 1 addition & 0 deletions newsfragments/749.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Set a CMake policy version, to avoid warnings on newer version.
1 change: 1 addition & 0 deletions newsfragments/750.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix CI by pinning numpy 2.0.

0 comments on commit 8fe2a67

Please sign in to comment.