From 30f8c9e3ac7d5111533d4120764d732800de1520 Mon Sep 17 00:00:00 2001 From: Anthony Aufdenkampe Date: Mon, 16 Dec 2024 15:58:11 -0600 Subject: [PATCH] env minor typo Let's leave pandas version unconstrained in the recommended environment. I think we should frankly do the same for Python, changing these two lines to: ```yml name: hsp2 - python >=3.10 ``` --- environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index b415421..0af2b99 100644 --- a/environment.yml +++ b/environment.yml @@ -17,7 +17,7 @@ dependencies: - python =3.10 - scipy # Scipy also installs numpy # Pandas installs most scientific Python modules, such as Numpy, etc. - - pandas 2 + - pandas - numba - numpy - hdf5