diff --git a/CHANGELOG.md b/CHANGELOG.md index 1653a57..eef3a3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -39,6 +39,7 @@ release. ### Changed - Refactored FastAPI models and added OpenAPI examples [#96](https://github.com/DOI-USGS/SpiceQL/pull/96) +- Pinned cspice to 67 [#102](https://github.com/DOI-USGS/SpiceQL/pull/102) ### Added - Added relative kernel path support for furnishing [#100](https://github.com/DOI-USGS/SpiceQL/pull/100) diff --git a/environment.yml b/environment.yml index cdae898..f4cb88e 100644 --- a/environment.yml +++ b/environment.yml @@ -4,9 +4,8 @@ channels: dependencies: - cmake - - cspice - cpp-filesystem - - cspice + - cspice=67 - cxx-compiler - doxygen - h5py @@ -31,4 +30,4 @@ dependencies: - mkdocs-swagger-ui-tag - mkdoxy - check-jsonschema - - mkdocs-material \ No newline at end of file + - mkdocs-material