We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9795d6b commit a786c38Copy full SHA for a786c38
CHANGELOG.md
@@ -39,6 +39,7 @@ release.
39
40
### Changed
41
- Refactored FastAPI models and added OpenAPI examples [#96](https://github.com/DOI-USGS/SpiceQL/pull/96)
42
+- Pinned cspice to 67 [#102](https://github.com/DOI-USGS/SpiceQL/pull/102)
43
44
### Added
45
- Added relative kernel path support for furnishing [#100](https://github.com/DOI-USGS/SpiceQL/pull/100)
environment.yml
@@ -4,9 +4,8 @@ channels:
4
5
dependencies:
6
- cmake
7
- - cspice
8
- cpp-filesystem
9
+ - cspice=67
10
- cxx-compiler
11
- doxygen
12
- h5py
@@ -31,4 +30,4 @@ dependencies:
31
30
- mkdocs-swagger-ui-tag
32
- mkdoxy
33
- check-jsonschema
34
- - mkdocs-material
+ - mkdocs-material
0 commit comments