Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-22.04, macOS-14, windows-2022 ]
python-version: [ "3.11" ]
python-version: [ "3.11","3.12" ]

steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN apt install -y jq curl ca-certificates
RUN pip install --upgrade pip
RUN pip install numpy==1.26.4
RUN pip install scikit-learn==1.4.2
RUN pip install aeon==0.11.1
RUN pip install aeon==1.2.0
RUN pip install keras==3.6.0
RUN pip install hydra-core==1.3.2
RUN pip install omegaconf==2.3.0
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ dependencies = [
"keras>=3.6.0",
"numpy==1.26.4",
"scikit-learn==1.4.2",
"aeon==0.11.1",
"aeon==1.2.0",
"hydra-core==1.3.2",
"omegaconf==2.3.0",
"pandas==2.0.3",
Expand Down