Skip to content

Commit

Permalink
Updated secondary package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ddobie committed Feb 12, 2025
1 parent 2112433 commit dd06dfe
Show file tree
Hide file tree
Showing 2 changed files with 144 additions and 22 deletions.
158 changes: 140 additions & 18 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ include = ["vasttools/data", "example_notebooks"]
python = ">=3.11,<3.13"
astropy = "^5.2"
astroquery = "^0"
bokeh = "^3.1"
bokeh = "^3.5"
colorcet = "^3.1"
colorlog = "^6.1"
dask = {version = "^2022.01.0", extras = ["dataframe"]}
Expand All @@ -25,9 +25,9 @@ pandas = "<2.0"
pyarrow = "^17.0"
radio-beam = "^0.3"
scipy = "^1.4"
tables = "^3.6.1"
tables = "^3.9"
tabulate = "^0"
healpy = "^1.15.0"
healpy = "^1.17.0"
svgpath2mpl = "^1.0.0"
setuptools = "^70.0.0"
pydantic = "<2.0.0"
Expand All @@ -50,7 +50,7 @@ pytest-mock = "^3.14"
autopep8 = "^2.3"
pytest-cov = "^5.0"
jinja2 = "3.0.3"
flake8 = {version="^7.1", python=">=3.8.1,<3.11"}
flake8 = "^7.1"

[tool.poetry.scripts]
build_lightcurves = "vasttools.bin.build_lightcurves:main"
Expand Down

0 comments on commit dd06dfe

Please sign in to comment.