Skip to content

Commit

Permalink
Merge pull request #20 from BMCV/bump/python
Browse files Browse the repository at this point in the history
Bump Python from 3.8 to 3.11
  • Loading branch information
kostrykin authored Sep 5, 2024
2 parents 7b1f0ad + 23e117d commit c546cf7
Show file tree
Hide file tree
Showing 5 changed files with 211 additions and 157 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/testsuite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,14 @@ jobs:
activate-environment: superdsm
environment-file: superdsm.yml

- name: Export the environment
run: 'conda env export | grep -v "^prefix: " > superdsm.yml'

- name: Save the environment as an artifact
uses: actions/upload-artifact@v4
with:
name: superdsm.yml
path: superdsm.yml

- name: Run SuperDSM
run: python -m "unittest"
12 changes: 6 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
numpy==1.20
scipy==1.6.3
scikit-image==0.18.1
numpy==1.26
scipy==1.13.1
scikit-image==0.24.0
ipython>=7.31.1
dill==0.3.2
ray>=0.8.7
cvxopt==1.2.7
cvxpy==1.1.13
cvxopt==1.3.2
cvxpy==1.5.3
matplotlib>=3.0
mkl>=2020.0
imagecodecs==2022.9.26
imagecodecs==2024.6.1
Loading

0 comments on commit c546cf7

Please sign in to comment.