Skip to content

Commit 2a5b6cc

Browse files
Merge pull request #207 from NeuralEnsemble/feat-bump-numpy
feat: remove numpy version fix
2 parents 8799a5e + 0ca284e commit 2a5b6cc

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,9 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
17+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
1818
runs-on: [ubuntu-latest, windows-latest, macos-latest]
1919
exclude:
20-
- runs-on: macos-latest
21-
python-version: "3.8"
2220
- runs-on: macos-latest
2321
python-version: "3.9"
2422
- runs-on: windows-latest

.github/workflows/regenerate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
15+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
1616

1717
steps:
1818
- uses: actions/checkout@v4

setup.cfg

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ classifiers =
1515
Operating System :: OS Independent
1616
Development Status :: 5 - Production/Stable
1717
Programming Language :: Python :: 3
18-
Programming Language :: Python :: 3.8
1918
Programming Language :: Python :: 3.9
2019
Programming Language :: Python :: 3.10
2120
Programming Language :: Python :: 3.11
@@ -29,8 +28,8 @@ install_requires =
2928
lxml
3029
six
3130
networkx
32-
numpy<2.0.0
33-
tables>=3.3.0
31+
numpy
32+
tables
3433
typing; python_version<"3.5"
3534
natsort
3635

0 commit comments

Comments
 (0)