Skip to content

Commit

Permalink
Float project dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyMcCormick committed Nov 5, 2024
1 parent 241ef2c commit 7c16c29
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
14 changes: 7 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,16 @@ classifiers = [
]
keywords = ["lsst"]
dependencies = [
"alembic >=1.13.0",
"astropy >=6.0.0",
"click >=8.1.7",
"alembic",
"astropy",
"click",
"deepdiff",
"lsst-resources @ git+https://github.com/lsst/resources@main",
"lsst-utils @ git+https://github.com/lsst/utils@main",
"numpy <2",
"pydantic >=2.7.1,<3",
"pyyaml >=6.0.1",
"sqlalchemy >=2.0.23"
"numpy",
"pydantic >2,<3",
"pyyaml",
"sqlalchemy"
]
requires-python = ">=3.11.0"
dynamic = ["version"]
Expand Down
14 changes: 7 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
alembic >=1.13.0
astropy >=6.0.0
click >=8.1.7
alembic
astropy
click
deepdiff
lsst-resources @ git+https://github.com/lsst/resources@main
lsst-utils @ git+https://github.com/lsst/utils@main
numpy <2
pydantic >=2.7.1,<3
pyyaml >=6.0.1
sqlalchemy >=2.0.23
numpy
pydantic >2,<3
pyyaml
sqlalchemy

0 comments on commit 7c16c29

Please sign in to comment.