Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
slapos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
104
Merge Requests
104
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
nexedi
slapos
Commits
985db829
Commit
985db829
authored
Dec 12, 2024
by
Thomas Gambier
🚴🏼
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
XXX DO NOT WORK: component/pandas: upgrade to version 2.2.3
parent
2b5f7f20
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
4 deletions
+12
-4
component/pandas/buildout.cfg
component/pandas/buildout.cfg
+8
-1
component/scipy/buildout.cfg
component/scipy/buildout.cfg
+1
-3
stack/slapos.cfg
stack/slapos.cfg
+3
-0
No files found.
component/pandas/buildout.cfg
View file @
985db829
[buildout]
extends =
../cython/buildout.cfg
../meson/buildout.cfg
../ninja/buildout.cfg
../numpy/buildout.cfg
../pkgconfig/buildout.cfg
parts =
pandas
[pandas-env]
<= numpy-env
PATH=${meson:location}/bin:${ninja:location}/bin:${pkgconfig:location}/bin:${buildout:bin-directory}:%(PATH)s
[pandas]
recipe = zc.recipe.egg:custom
...
...
@@ -16,9 +20,12 @@ environment = pandas-env
setup-eggs =
${numpy:egg}
${cython:egg}
meson-python
pythran
pybind11
[versions]
pandas =
1.4.0
pandas =
2.2.3
[pandas:sys.version_info < (3,8)]
setup-eggs =
...
...
component/scipy/buildout.cfg
View file @
985db829
...
...
@@ -53,12 +53,10 @@ eggs =
[versions]
pybind11 = 2.11.1
scipy = 1.12.0
meson-python = 0.13.2:whl
pyproject-metadata = 0.8.0:whl
meson = 1.4.1
beniget = 0.4.1
gast = 0.5.3
pythran = 0.16.0:whl
[versions:sys.version_info < (3,11)]
tomli = 2.0.1:whl
...
...
stack/slapos.cfg
View file @
985db829
...
...
@@ -274,6 +274,7 @@ MarkupSafe = 2.1.3
matplotlib = 2.1.2
matplotlib-inline = 0.1.6:whl
meld3 = 1.0.2
meson-python = 0.13.2:whl
miniupnpc = 2.2.8
mistune = 0.8.4
mock = 3.0.5
...
...
@@ -329,6 +330,7 @@ Pygments = 2.9.0
PyNaCl = 1.3.0
pyOpenSSL = 19.1.0
pyparsing = 3.1.1:whl
pyproject-metadata = 0.8.0:whl
pyroute2 = 0.6.9
pyrsistent = 0.18.1
PyRSS2Gen = 1.1
...
...
@@ -336,6 +338,7 @@ PySocks = 1.7.1
pytest-runner = 5.2:whl
python-dateutil = 2.8.2:whl
python-json-logger = 2.0.7
pythran = 0.16.0:whl
pytz = 2022.2.1
PyYAML = 6.0.2
pyzmq = 24.0.1
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment