Skip to content

Commit

Permalink
Upgrade Python to 3.10
Browse files Browse the repository at this point in the history
Using a branch installation for GWLF-E until WikiWatershed/gwlf-e#95
is published to PyPI.
  • Loading branch information
rajadain committed Jun 28, 2024
1 parent 6f00bab commit 79487e8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
7 changes: 3 additions & 4 deletions deployment/ansible/group_vars/all
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ postgis_package_version: "3.4*pgdg22.04+1"

daemontools_version: "1:0.76-7"

python_version: "3.8.*"
python_version: "3.10.*"
ansible_python_interpreter: "/usr/bin/python3"

yarn_version: "1.19.*"
Expand Down Expand Up @@ -56,8 +56,7 @@ nginx_cache_dir: "/var/cache/nginx"

enabled_features: ''

llvmlite_version: "0.37.0"
numba_version: "0.54.0"
phantomjs_version: "2.1.*"
llvmlite_version: "0.38.*"
numba_version: "0.55.*"

redis_version: "5:6.0.*"
8 changes: 4 additions & 4 deletions src/mmw/requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ cryptography==36.0.1
pyOpenSSL==21.0.0
markdown==3.3.6
tr55==1.3.0
gwlf-e==3.1.0
requests[security]==2.26.0
git+https://github.com/WikiWatershed/gwlf-e.git@tt/94/python-3.10#egg=gwlf-e
requests[security]==2.28.2
rollbar==0.16.2
retry==0.9.2
python-dateutil==2.8.2
Expand All @@ -25,8 +25,8 @@ django_celery_results==2.2.0
pandas==1.3.5
ulmo==0.8.8
hs_restclient==1.3.7
fiona==1.8.20
fiona==1.8.21
redis<4
numpy==1.20.3
numpy==1.21.*
dictdiffer==0.9.0
BMPxlsx==3.0.0

0 comments on commit 79487e8

Please sign in to comment.