Skip to content

Commit

Permalink
Release version 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
durandtibo committed Sep 25, 2024
1 parent 40bd8d8 commit bdb77f1
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 12 deletions.
18 changes: 7 additions & 11 deletions .github/workflows/test-install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Install valid package version
uses: durandtibo/[email protected].0
uses: durandtibo/[email protected].1
with:
package-name: 'jax'
package-version: ${{ matrix.jax-version }}
Expand Down Expand Up @@ -117,7 +117,7 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Install valid package version
uses: durandtibo/[email protected].0
uses: durandtibo/[email protected].1
with:
package-name: 'numpy'
package-version: ${{ matrix.numpy-version }}
Expand Down Expand Up @@ -184,7 +184,7 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Install valid package version
uses: durandtibo/[email protected].0
uses: durandtibo/[email protected].1
with:
package-name: 'pandas'
package-version: ${{ matrix.pandas-version }}
Expand Down Expand Up @@ -242,8 +242,7 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Install valid package version
id: python-package
uses: durandtibo/[email protected]
uses: durandtibo/[email protected]
with:
package-name: 'pyarrow'
package-version: ${{ matrix.pyarrow-version }}
Expand Down Expand Up @@ -298,8 +297,7 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Install valid package version
id: python-package
uses: durandtibo/[email protected]
uses: durandtibo/[email protected]
with:
package-name: 'scikit-learn'
package-version: ${{ matrix.scikit-learn-version }}
Expand Down Expand Up @@ -358,8 +356,7 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Install valid package version
id: python-package
uses: durandtibo/[email protected]
uses: durandtibo/[email protected]
with:
package-name: 'torch'
package-version: ${{ matrix.torch-version }}
Expand Down Expand Up @@ -421,8 +418,7 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Install valid package version
id: python-package
uses: durandtibo/[email protected]
uses: durandtibo/[email protected]
with:
package-name: 'xarray'
package-version: ${{ matrix.xarray-version }}
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,9 @@ The following is the corresponding `feu` versions and supported dependencies.
| `feu` | `packaging` | `python` | `click`<sup>*</sup> | `fire`<sup>*</sup> |
|---------|----------------|---------------|---------------------|--------------------|
| `main` | `>=21.0,<25.0` | `>=3.9,<3.13` | `>=8.1,<9.0` | |
| `0.2.2` | `>=21.0,<25.0` | `>=3.9,<3.13` | `>=8.1,<9.0` | |
| `0.2.1` | `>=21.0,<25.0` | `>=3.9,<3.13` | `>=8.1,<9.0` | |
| `0.2.0` | `>=21.0,<25.0` | `>=3.9,<3.13` | `>=8.1,<9.0` | |
| `0.1.1` | `>=21.0,<25.0` | `>=3.9,<3.13` | | `>=0.6.0,<1.0` |
| `0.1.0` | `>=21.0,<25.0` | `>=3.9,<3.13` | | `>=0.6.0,<1.0` |
| `0.0.7` | `>=21.0,<25.0` | `>=3.9,<3.13` | | |
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "feu"
version = "0.2.2a2"
version = "0.2.2"
description = "A light library to help to manage packages"
readme = "README.md"
authors = ["Thibaut Durand <[email protected]>"]
Expand Down

0 comments on commit bdb77f1

Please sign in to comment.