Skip to content

Commit

Permalink
fix notebooks (#30)
Browse files Browse the repository at this point in the history
* fix notebooks

* update environment

* update environment
  • Loading branch information
nden committed Mar 22, 2024
1 parent 4109ea9 commit 7f98139
Show file tree
Hide file tree
Showing 4 changed files with 819 additions and 116 deletions.
9 changes: 5 additions & 4 deletions 00_install/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,17 @@ dependencies:
- jupyter
- notebook >= 6.0
- matplotlib >= 3.2
- ipympl
- numpy >= 1.20
- packaging
- pip
- python >= 3.9
- pyyaml
- pip:
- asdf_standard
- asdf
- asdf-astropy >= 0.4.0
- asdf-standard
- asdf-astropy
- astropy >= 5.3
- gwcs >= 0.18.3
- gwcs >= 0.20
- stpipe
- romancal >= 0.12
- romancal >= 0.13
2 changes: 1 addition & 1 deletion 00_install/verify_install.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def check_package(
errors.append(package_name)
if any(errors):
print(
f"You must resolve {sum(errors)} errors (above) before running the tutorials."
f"You must resolve {len(errors)} errors (above) before running the tutorials."
)
exit(1)
else:
Expand Down
Loading

0 comments on commit 7f98139

Please sign in to comment.