Skip to content

Commit ebf7cb4

Browse files
committed
fixing read-the-docs build
1 parent 329f5ea commit ebf7cb4

File tree

7 files changed

+4
-7
lines changed

7 files changed

+4
-7
lines changed

.github/workflows/docs.yml

-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ jobs:
1818
strategy:
1919
matrix:
2020
cfg:
21-
- {os: ubuntu-latest, cc: gcc, cxx: g++, cpp-version: 10, python-version: 3.7, generator: Ninja}
2221
- {os: ubuntu-latest, cc: gcc, cxx: g++, cpp-version: 10, python-version: 3.8, generator: Ninja}
2322
- {os: ubuntu-latest, cc: gcc, cxx: g++, cpp-version: 10, python-version: 3.9, generator: Ninja}
2423
- {os: ubuntu-latest, cc: gcc, cxx: g++, cpp-version: 10, python-version: '3.10', generator: Ninja}

.github/workflows/python.yml

-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ jobs:
1818
strategy:
1919
matrix:
2020
cfg:
21-
- {os: ubuntu-latest, cc: gcc, cxx: g++, python-version: 3.7}
2221
- {os: ubuntu-latest, cc: gcc, cxx: g++, python-version: 3.8}
2322
- {os: ubuntu-latest, cc: gcc, cxx: g++, python-version: 3.9}
2423
- {os: ubuntu-latest, cc: gcc, cxx: g++, python-version: '3.10'}

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ The only requirements are the following:
147147
* numpy >= 1.15
148148
* networkx >= 2.2
149149
* cython >= 0.29
150-
* scikit-learn >= 1
150+
* scikit-learn>=1.3.2
151151
* pandas >= 0.24.2
152152

153153
The `Cython` version can be built and installed via `CMake` enabling the `-DPYWRAP` variable.

docs/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
numpy>=1.15
22
networkx>=2.2
33
cython>=0.29
4-
scikit-learn>=1
4+
scikit-learn>=1.3.2
55
pandas>=0.24.2
66

77
breathe<4.13.0

docs/source/installation.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The only requirements are the following:
1919
* numpy >= 1.16.0
2020
* networkx >= 2.2
2121
* cython >= 0.29
22-
* scikit -learn >= 0.19.1
22+
* scikit-learn>=1.3.2
2323
* pandas >= 0.24.2
2424

2525
The `Cython` version can be built and installed via `CMake` enabling the `-DPYWRAP` variable.

environment.yml

-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ dependencies:
1515

1616
# building
1717
- pkgconfig
18-
- cython>=0.29
1918
- cmake
2019
- doxygen
2120

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
numpy>=1.15
22
networkx>=2.2
33
cython>=0.29
4-
scikit-learn>=1
4+
scikit-learn>=1.3.2
55
pandas>=0.24.2

0 commit comments

Comments
 (0)