Skip to content

Commit 4220298

Browse files
author
Jon
committed
Update the ocs_archive dependency to released version
1 parent 0b38fa1 commit 4220298

3 files changed

Lines changed: 22 additions & 26 deletions

File tree

.github/workflows/build.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
strategy:
1717
matrix:
18-
python-version: ["3.11", "3.12", "3.13"]
18+
python-version: ["3.11", "3.12", "3.13", "3.14"]
1919
steps:
2020
- name: Check out repository
2121
uses: actions/checkout@v3
@@ -26,7 +26,7 @@ jobs:
2626
- name: Install dependencies
2727
run: |
2828
python -m pip install --upgrade pip
29-
python -m pip install 'poetry'
29+
python -m pip install 'poetry<2.0'
3030
poetry install
3131
- name: Run tests
3232
run: |
@@ -64,7 +64,7 @@ jobs:
6464
- name: Install dependencies
6565
run: |
6666
python -m pip install --upgrade pip
67-
python -m pip install 'poetry'
67+
python -m pip install 'poetry<2.0'
6868
- name: Build package and publish to PyPI
6969
run: |
7070
poetry build -f wheel

poetry.lock

Lines changed: 18 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ requests = "^2"
3535
python-dateutil = ">=2,<3"
3636
astropy = ">=7,<9.0"
3737
numpy = "^2"
38-
ocs_archive = { git = "https://github.com/observatorycontrolsystem/ocs_archive.git", branch = "fix/reduction_level_parsing" }
38+
ocs_archive = ">=0.5.0"
3939
lcogt-logging = "<1.0.0"
4040
opentsdb-python-metrics = ">=0.3.0"
4141

0 commit comments

Comments
 (0)