Skip to content

Commit

Permalink
set python version in documentational.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ray-chew committed Mar 18, 2024
1 parent ef34392 commit 53d9d6b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
with:
python-version: '3.10.5'
- name: Install dependencies
run: |
pip install setuptools
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ ipython==8.12.3
matplotlib==3.7.2
netCDF4==1.6.5
noise==1.2.2
numba==0.57.1;python_version=="3.10.5"
numpy==1.24.3;python_version=="3.10.5"
numba==0.57.1
numpy==1.24.3
pandas==2.0.3
scikit_learn==1.3.0
scipy==1.12.0

0 comments on commit 53d9d6b

Please sign in to comment.