From f460934b5ce9e4bed65f3002a1704b1f9b016792 Mon Sep 17 00:00:00 2001 From: Santiago Soler Date: Wed, 4 Dec 2024 10:16:36 -0800 Subject: [PATCH] Pin geoana to 0.1.3 in requirements.txt Try to see if this solves an error in `ElectrostaticSphere` due to a change in the expected type of the `primary_field` argument. --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 95ebc05a..e0cb89ef 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,4 +3,4 @@ sphinxcontrib-bibtex sphinx_rtd_theme pytest matplotlib -geoana +geoana==0.1.3