Skip to content

Commit

Permalink
Merge pull request #81 from thomasdkelly/update-numba
Browse files Browse the repository at this point in the history
Update numba
  • Loading branch information
thomasdkelly authored Nov 6, 2022
2 parents fbce3f3 + ddc12a3 commit 987d29b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: [3.7, 3.8, 3.9, 3]
python-version: [3.7, 3.8, 3.9, '3.10']
os: [ubuntu-latest, windows-latest, macOS-latest]
steps:
- uses: actions/checkout@v3
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
numba==0.55.0
numba>=0.56.0
numpy>=1.18.0,<1.22.0
pandas>=1.3.5
tqdm>=4.64.0
cffi==1.15.0
cffi==1.15.0
6 changes: 3 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = aquacrop
version = 2.2
version = 2.2.1
author = Thomas Kelly
author_email = thomas.kelly-2@manchester.ac.uk
description = Soil-Crop-Water model based on AquaCrop-OS.
Expand All @@ -23,13 +23,13 @@ classifiers =

[options]
install_requires =
numba==0.55.0
numba>=0.56.0
numpy>=1.18.0,<1.22.0
pandas>=1.3.5
tqdm>=4.64.0
cffi==1.15.0
setup_requires =
numba==0.55.0
numba>=0.56.0
numpy>=1.18.0,<1.22.0
pandas>=1.3.5
tqdm>=4.64.0
Expand Down

0 comments on commit 987d29b

Please sign in to comment.