Skip to content

Commit

Permalink
include opencv-python in instructions to generate SDP requirements (#…
Browse files Browse the repository at this point in the history
…7474)

include opencv-python in instructions to generate SDP requirements
  • Loading branch information
zacharyburnett authored Mar 2, 2023
1 parent 4285c4e commit 7f105eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements-sdp.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
#
# conda create -n sdp python -y
# conda activate sdp
# pip install -e .[test]
# pip install -e .[test] "opencv-python>=4.6.0.66"
# pip freeze | grep -v jwst >> requirements-sdp.txt

0 comments on commit 7f105eb

Please sign in to comment.