Skip to content

Commit

Permalink
update pybind & python 3.10/3.11 available (#49)
Browse files Browse the repository at this point in the history
* 🎨 lessen dependencies

* 🔥 remove py3.5 tests

* texmex-python as extra package

* cannot installed with python3.10

* ⭐ fix to be able to use recent numpy

* ⭐ test with recent python

* 3.11 is not yet supported

* ⭐ update pybind

* ✅ test with python 3.11

* fails-fast = false

* numpy compatibility

---------

Co-authored-by: Keisuke Ogaki <[email protected]>
  • Loading branch information
Hi-king and Keisuke Ogaki authored Oct 16, 2023
1 parent 3cbcce5 commit 302d534
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,11 @@ jobs:
tests:
runs-on: ${{ matrix.platform }}
strategy:
fail-fast: false # would like to see which version fails
max-parallel: 3
matrix:
platform: [ubuntu-latest]
python-version: ["3.7", "3.8", "3.9"] # 3.10, 3.11 is not yet supported
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion ext/pybind
Submodule pybind updated 260 files
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
numpy<1.21
numpy
scikit-learn
pipe<2.0
scipy
Expand Down

0 comments on commit 302d534

Please sign in to comment.