feu 0.0.8a1__tar.gz → 0.0.8a2__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.0.8a1
3
+ Version: 0.0.8a2
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
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "feu"
3
- version = "0.0.8a1"
3
+ version = "0.0.8a2"
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>"]
@@ -31,24 +31,25 @@ class PackageConfig:
31
31
  "3.9": {"min": "1.19.3", "max": "2.0.2"},
32
32
  },
33
33
  # https://github.com/pandas-dev/pandas/releases
34
+ # https://pandas.pydata.org/docs/whatsnew/index.html
34
35
  "pandas": {
35
36
  "3.12": {"min": "2.1.0", "max": None},
36
37
  "3.11": {"min": None, "max": None},
37
38
  "3.10": {"min": None, "max": None},
38
39
  "3.9": {"min": None, "max": None},
39
40
  },
40
- # https://github.com/apache/arrow/releases
41
+ # https://arrow.apache.org/release/
41
42
  "pyarrow": {
42
- "3.12": {"min": "14.0.2", "max": None},
43
- "3.11": {"min": None, "max": None},
44
- "3.10": {"min": None, "max": None},
45
- "3.9": {"min": None, "max": "16.1.0"},
43
+ "3.12": {"min": "14.0.0", "max": None},
44
+ "3.11": {"min": "10.0.1", "max": None},
45
+ "3.10": {"min": "6.0.0", "max": None},
46
+ "3.9": {"min": "3.0.0", "max": "16.1.0"},
46
47
  },
47
48
  # https://github.com/pytorch/pytorch/releases
48
49
  "torch": {
49
50
  "3.12": {"min": "2.4.0", "max": None},
50
51
  "3.11": {"min": "1.13.0", "max": None},
51
- "3.10": {"min": None, "max": None},
52
+ "3.10": {"min": "1.11.0", "max": None},
52
53
  "3.9": {"min": None, "max": None},
53
54
  },
54
55
  }
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes