From 90f09de137177b2e663694b97ab035eb5722ffbb Mon Sep 17 00:00:00 2001 From: weiqi-tori <79890935+weiqi-tori@users.noreply.github.com> Date: Tue, 3 Dec 2024 19:48:44 +0800 Subject: [PATCH] Update environment.yml --- environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index 652d7da..a70ba13 100644 --- a/environment.yml +++ b/environment.yml @@ -2,7 +2,7 @@ name: cities-cif channels: - conda-forge dependencies: - - python=3.10 + - python=3.10.14 - earthengine-api=0.1.411 - geocube=0.4.2 - geopandas=0.14.4