Skip to content

Commit

Permalink
Modernize requirements.txt.
Browse files Browse the repository at this point in the history
  • Loading branch information
TallJimbo committed Apr 8, 2024
1 parent 3f35ac0 commit fab8c00
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ astropy
psutil
pydantic >=2,<3.0
networkx
git+https://github.com/lsst/resources@main#egg=lsst-resources
git+https://github.com/lsst/daf_butler@main#egg=lsst-daf-butler
git+https://github.com/lsst/utils@main#egg=lsst-utils
git+https://github.com/lsst/pipe_base@main#egg=lsst-pipe-base
git+https://github.com/lsst/pex_config@main#egg=lsst-pex-config
lsst-resources @ git+https://github.com/lsst/resources@main
lsst-daf-butler @ git+https://github.com/lsst/daf_butler@main
lsst-utils @ git+https://github.com/lsst/utils@main
lsst-pipe-base @ git+https://github.com/lsst/pipe_base@main
lsst-pex-config @ git+https://github.com/lsst/pex_config@main
sqlalchemy

0 comments on commit fab8c00

Please sign in to comment.