Skip to content

Commit

Permalink
python 3.8 only
Browse files Browse the repository at this point in the history
  • Loading branch information
sambit-giri committed Aug 13, 2024
1 parent dd0759a commit 2be34d4
Show file tree
Hide file tree
Showing 3 changed files with 8,969 additions and 5,104 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
os: [macos-latest]
python-version: [3.10.6]
python-version: [3.8]

runs-on: ${{ matrix.os }}

Expand Down
10 changes: 5 additions & 5 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ channels:
- defaults
- conda-forge
dependencies:
- python=3.10.6
- numpy=1.23.4
- scipy=1.9.3
- matplotlib=3.6.2
- pytest=7.2.0
- python=3.8
- numpy
- scipy
- matplotlib
- pytest
- pip
- pip:
- -r requirements.txt # This ensures any additional pip packages are installed
Loading

0 comments on commit 2be34d4

Please sign in to comment.