Skip to content

Commit

Permalink
Update to use the dev version of deepdiff
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamJamieson committed Oct 25, 2023
1 parent 768251d commit bc1ed53
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions requirements-dev-thirdparty.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ git+https://github.com/asdf-format/asdf-transform-schemas.git
git+https://github.com/asdf-format/asdf-coordinates-schemas.git
git+https://github.com/asdf-format/asdf-wcs-schemas.git

# Use current dev version of deepdiff
git+https://github.com/seperman/deepdiff.git@dev

# Use weekly astropy dev build
git+https://github.com/astropy/asdf-astropy.git
--extra-index-url https://pypi.anaconda.org/astropy/simple astropy --pre
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ commands_pre =
oldestdeps: minimum_dependencies romancal --filename requirements-min.txt
oldestdeps: pip install -r requirements-min.txt
stdevdeps: pip install -r requirements-dev-st.txt -U --upgrade-strategy eager
devdeps: pip install -r requirements-dev-thirdparty.txt -r requirements-dev-st.txt -U --upgrade-strategy eager
devdeps: pip install -I -r requirements-dev-thirdparty.txt -r requirements-dev-st.txt -U --upgrade-strategy eager
sdpdeps: pip install -r requirements-sdp.txt
pip list
commands =
Expand Down

0 comments on commit bc1ed53

Please sign in to comment.