File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 5252 if : github.ref == 'refs/heads/master'
5353 strategy :
5454 matrix :
55- os : [ubuntu-latest, windows-2019 , macos-13]
55+ os : [ubuntu-latest, windows-2022 , macos-13]
5656 # os: [macos-10.15, windows-2019]
5757
5858 steps :
@@ -65,13 +65,13 @@ jobs:
6565 - name : Build wheels
6666 run : python -m cibuildwheel --output-dir wheelhouse
6767 env :
68- CIBW_BEFORE_BUILD : pip install numpy==1.19.5 setuptools
68+ CIBW_BEFORE_BUILD : pip install numpy setuptools
6969 CIBW_BUILD : cp38-*
7070
7171 - name : Build wheels
7272 run : python -m cibuildwheel --output-dir wheelhouse
7373 env :
74- CIBW_BEFORE_BUILD : pip install numpy==1.21.6 setuptools
74+ CIBW_BEFORE_BUILD : pip install numpy setuptools
7575 CIBW_BUILD : cp39-* cp310-*
7676 CIBW_ARCHS_MACOS : x86_64 universal2
7777
Original file line number Diff line number Diff line change 11__author__ = 'Abel Carreras'
2- __version__ = '1.2.3 '
2+ __version__ = '1.2.4 '
33
44from posym .tools import list_round , get_principal_axis_angles
55from posym .pointgroup import PointGroup
You can’t perform that action at this time.
0 commit comments