feu 0.2.2__tar.gz → 0.2.2a1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: feu
3
- Version: 0.2.2
3
+ Version: 0.2.2a1
4
4
  Summary: A light library to help to manage packages
5
5
  Home-page: https://github.com/durandtibo/feu
6
6
  License: BSD-3-Clause
@@ -125,9 +125,6 @@ The following is the corresponding `feu` versions and supported dependencies.
125
125
  | `feu` | `packaging` | `python` | `click`<sup>*</sup> | `fire`<sup>*</sup> |
126
126
  |---------|----------------|---------------|---------------------|--------------------|
127
127
  | `main` | `>=21.0,<25.0` | `>=3.9,<3.13` | `>=8.1,<9.0` | |
128
- | `0.2.2` | `>=21.0,<25.0` | `>=3.9,<3.13` | `>=8.1,<9.0` | |
129
- | `0.2.1` | `>=21.0,<25.0` | `>=3.9,<3.13` | `>=8.1,<9.0` | |
130
- | `0.2.0` | `>=21.0,<25.0` | `>=3.9,<3.13` | `>=8.1,<9.0` | |
131
128
  | `0.1.1` | `>=21.0,<25.0` | `>=3.9,<3.13` | | `>=0.6.0,<1.0` |
132
129
  | `0.1.0` | `>=21.0,<25.0` | `>=3.9,<3.13` | | `>=0.6.0,<1.0` |
133
130
  | `0.0.7` | `>=21.0,<25.0` | `>=3.9,<3.13` | | |
@@ -95,9 +95,6 @@ The following is the corresponding `feu` versions and supported dependencies.
95
95
  | `feu` | `packaging` | `python` | `click`<sup>*</sup> | `fire`<sup>*</sup> |
96
96
  |---------|----------------|---------------|---------------------|--------------------|
97
97
  | `main` | `>=21.0,<25.0` | `>=3.9,<3.13` | `>=8.1,<9.0` | |
98
- | `0.2.2` | `>=21.0,<25.0` | `>=3.9,<3.13` | `>=8.1,<9.0` | |
99
- | `0.2.1` | `>=21.0,<25.0` | `>=3.9,<3.13` | `>=8.1,<9.0` | |
100
- | `0.2.0` | `>=21.0,<25.0` | `>=3.9,<3.13` | `>=8.1,<9.0` | |
101
98
  | `0.1.1` | `>=21.0,<25.0` | `>=3.9,<3.13` | | `>=0.6.0,<1.0` |
102
99
  | `0.1.0` | `>=21.0,<25.0` | `>=3.9,<3.13` | | `>=0.6.0,<1.0` |
103
100
  | `0.0.7` | `>=21.0,<25.0` | `>=3.9,<3.13` | | |
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "feu"
3
- version = "0.2.2"
3
+ version = "0.2.2a1"
4
4
  description = "A light library to help to manage packages"
5
5
  readme = "README.md"
6
6
  authors = ["Thibaut Durand <durand.tibo+gh@gmail.com>"]
@@ -45,11 +45,10 @@ class PackageConfig:
45
45
  "3.10": {"min": "6.0.0", "max": None},
46
46
  "3.9": {"min": "3.0.0", "max": "16.1.0"},
47
47
  },
48
- # https://github.com/scikit-learn/scikit-learn/releases
49
48
  "scikit-learn": {
50
- "3.12": {"min": "1.3.1", "max": None},
51
- "3.11": {"min": "1.2.0", "max": None},
52
- "3.10": {"min": "1.1.0", "max": None},
49
+ "3.12": {"min": "1.3.0", "max": None},
50
+ "3.11": {"min": "1.1.3", "max": None},
51
+ "3.10": {"min": None, "max": None},
53
52
  "3.9": {"min": None, "max": None},
54
53
  },
55
54
  # https://github.com/pytorch/pytorch/releases
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes