Skip to content

Commit

Permalink
fixed build package
Browse files Browse the repository at this point in the history
  • Loading branch information
o-smirnov committed Aug 18, 2024
1 parent 9cced94 commit bb1eb49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ packages = [{include = "suricat"}]
[tool.poetry.dependencies]
python = "^3.8"
stimela = "^2.0"
suricat-beams-cabs = "^0.0.4"
suricat-beams-cabs = "*"
xarray-fits = "*"
astro-tigger-lsm = "*"
matplotlib = "*"
Expand Down
2 changes: 1 addition & 1 deletion suricat_cabs/suricat/cargo/cargo-manifest.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
metadata:
# name of python package
PACKAGE: suricat-beams
PACKAGE: suricat-beams-cabs
# its repository -- leave unset to skip version checks
## GITHUB_REPOSITORY: ratt-ru/breifast
# registry to use. Use module::filename.yml::variable format to pull from a config file inside a python module
Expand Down

0 comments on commit bb1eb49

Please sign in to comment.