Skip to content

Commit 9357e2f

Browse files
authored
Merge branch 'main' into tcn_fst
2 parents 6c4dca7 + dcc6487 commit 9357e2f

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

.github/workflows/periodic_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ jobs:
174174
with:
175175
python-version: ${{ matrix.python-version }}
176176

177-
- name: Clear disik space
177+
- name: Clear disk space
178178
uses: jlumbroso/[email protected]
179179
with:
180180
dotnet: false

.github/workflows/pr_pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
with:
7373
python-version: ${{ matrix.python-version }}
7474

75-
- name: Clear disik space
75+
- name: Clear disk space
7676
uses: jlumbroso/[email protected]
7777
with:
7878
dotnet: false

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
with:
6666
python-version: ${{ matrix.python-version }}
6767

68-
- name: Clear disik space
68+
- name: Clear disk space
6969
uses: jlumbroso/[email protected]
7070
with:
7171
dotnet: false

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ keywords = [
2828
classifiers = [
2929
"Intended Audience :: Science/Research",
3030
"Intended Audience :: Developers",
31-
"License :: OSI Approved :: BSD License",
3231
"Programming Language :: Python",
3332
"Topic :: Software Development",
3433
"Topic :: Scientific/Engineering",
@@ -64,7 +63,7 @@ all_extras = [
6463
"pycatch22>=0.4.5",
6564
"pyod>=1.1.3",
6665
"pydot>=2.0.0",
67-
"ruptures>=1.1.9",
66+
# "ruptures>=1.1.9", # Causing CI fails, temporarily removed
6867
"seaborn>=0.11.0",
6968
"sparse",
7069
"statsmodels>=0.12.1",

0 commit comments

Comments
 (0)