Skip to content

Commit a786c38

Browse files
authored
Pin cspice (#102)
* Update environment.yml * Update environment.yml * Update environment.yml * Update environment.yml * Update CHANGELOG.md
1 parent 9795d6b commit a786c38

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ release.
3939

4040
### Changed
4141
- 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)
4243

4344
### Added
4445
- Added relative kernel path support for furnishing [#100](https://github.com/DOI-USGS/SpiceQL/pull/100)

environment.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@ channels:
44

55
dependencies:
66
- cmake
7-
- cspice
87
- cpp-filesystem
9-
- cspice
8+
- cspice=67
109
- cxx-compiler
1110
- doxygen
1211
- h5py
@@ -31,4 +30,4 @@ dependencies:
3130
- mkdocs-swagger-ui-tag
3231
- mkdoxy
3332
- check-jsonschema
34-
- mkdocs-material
33+
- mkdocs-material

0 commit comments

Comments
 (0)