From fa5fd9d9bf8da77372bd15e880f638f2d6ecaf59 Mon Sep 17 00:00:00 2001 From: Jesse Mapel <jmapel@usgs.gov> Date: Fri, 22 Nov 2019 15:38:56 -0700 Subject: [PATCH] Removed old numba and quaternion deps --- environment.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/environment.yml b/environment.yml index 8ae2025..c86ab5a 100644 --- a/environment.yml +++ b/environment.yml @@ -6,11 +6,11 @@ channels: dependencies: - cmake>=3.10 + - pytest - eigen - gsl - jupyter - nlohmann_json - - numba - numpy - openblas>=0.3.0 - pvl @@ -18,6 +18,5 @@ dependencies: - python-dateutil - scipy - spiceypy=2.2.2 - - quaternion - pyyaml - networkx -- GitLab