Skip to content

Commit

Permalink
update versions of conda packages in windows and ubuntu action, hopin…
Browse files Browse the repository at this point in the history
…g for faster, stable solutions
  • Loading branch information
newville committed Oct 20, 2023
1 parent 0eed0e9 commit 6ed03c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ jobs:
- name: Install conda dependencies
run: |
printenv
conda install -y -c conda-forge python=${{ matrix.python-version }} numpy=>1.22 scipy=>1.8 matplotlib=>3.6 wxpython
conda install -y -c conda-forge scikit-image scikit-learn pycifrw pandas jupyter plotly pyparsing pytest pytest-cov coverage
conda install -y -c conda-forge python=${{ matrix.python-version }} "numpy>=1.24" "scipy>=1.9" "matplotlib>=3.7" "h5py>=3.6" "wxpython>=4.2" scikit-image scikit-learn pycifrw pandas jupyter plotly pyparsing pytest pytest-cov coverage
- name: Install xraylarch and other dependencies with pip
run: |
pip install lmfit peakutils pyepics pyshortcuts termcolor sphinx dill pycifrw xraydb wxmplot wxutils fabio silx imageio charset-normalizer
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/test-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ jobs:
- name: Install conda dependencies
run: |
printenv
conda install -y -c conda-forge python=${{ matrix.python-version }} numpy=>1.22 scipy=>1.8 matplotlib=>3.6 wxpython
conda install -y -c conda-forge scikit-image scikit-learn pycifrw pandas jupyter plotly pyparsing pytest pytest-cov coverage
conda install -y -c conda-forge python=${{ matrix.python-version }} "numpy>=1.24" "scipy>=1.9" "matplotlib>=3.7" "h5py>=3.6" "wxpython>=4.2" scikit-image scikit-learn pycifrw pandas jupyter plotly pyparsing pytest pytest-cov coverage
- name: Install xraylarch and other dependencies with pip
run: |
printenv
Expand Down

0 comments on commit 6ed03c4

Please sign in to comment.