Skip to content

Commit

Permalink
Fix pint dependency error causing failures (#2794)
Browse files Browse the repository at this point in the history
See hgrecco/pint#1969 (comment) -
flexparser had a new release incompatible with the current release of pint.
  • Loading branch information
ndevenish authored and graeme-winter committed Nov 19, 2024
1 parent 8493473 commit 2f05f61
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .conda-envs/linux.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ cxx-compiler
dials-data>=2.4.72
docutils
eigen
flexparser<0.4
future
gemmi>=0.6.5
h5py>=3.1.0
Expand Down
1 change: 1 addition & 0 deletions .conda-envs/macos.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ cxx-compiler
dials-data>=2.4.72
docutils
eigen
flexparser<0.4
future
gemmi>=0.6.5
h5py>=3.1.0
Expand Down
1 change: 1 addition & 0 deletions .conda-envs/windows.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ cxx-compiler
dials-data>=2.4.72
docutils
eigen
flexparser<0.4
future
gemmi>=0.6.5
h5py>=3.1.0
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
run: |
OS="$(python -c "print('${{ runner.os }}'.lower())")"
echo "ninja
flexparser<0.4
pytest-md
dials-data
pytest-cov
Expand Down Expand Up @@ -87,6 +88,7 @@ jobs:
run: |
echo "pytest-md
dials-data
flexparser<0.4
pytest-cov
pytest-timeout" >> modules/dials/.conda-envs/linux.txt
python modules/dials/installer/bootstrap.py update base \
Expand Down
1 change: 1 addition & 0 deletions newsfragments/2794.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix CI dependency error causing test failures.

0 comments on commit 2f05f61

Please sign in to comment.