Skip to content

Commit

Permalink
Setup: Require latest version of tables library
Browse files Browse the repository at this point in the history
  • Loading branch information
sanssecours committed Sep 17, 2024
1 parent 004beeb commit 4dd009e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:
- name: windows
icon: 🪟
python-version:
- '3.9'
- '3.10'
- '3.11'
- '3.12'
Expand Down
2 changes: 2 additions & 0 deletions Releases/1.8.0.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## Version 1.8.0

- Require Python 3.10 or later

### Analyzer

- Fix overflow error when using NumPy 2.1
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies = [
"matplotlib>=3.5.1",
"numpy>=1.20",
"pandas>=1.3.5",
"tables==3.9.1",
"tables>=3.10.1,<4",
"openpyxl",
"rich>=13.4.1",
]
Expand All @@ -37,7 +37,7 @@ keywords = [
]
name = "icolyzer"
readme = "README.md"
requires-python = ">=3.9"
requires-python = ">=3.10"
version = "1.7.0"

[project.optional-dependencies]
Expand Down

0 comments on commit 4dd009e

Please sign in to comment.