Skip to content
Snippets Groups Projects
Commit 44f11f70 authored by mjbonifa's avatar mjbonifa
Browse files

Merge branch...

Merge branch '18-pyarrow-19-0-0-requires-numpy-2-which-may-cause-conflicts-in-the-future' into 'dev'

fix: pyproject.toml was originally created from the conda.yaml which was an...

Closes #18

See merge request meldb/concepts-processing!3
parents a785fed4 b19216f0
No related branches found
No related tags found
No related merge requests found
...@@ -15,28 +15,28 @@ license = { file = "LICENSE" } ...@@ -15,28 +15,28 @@ license = { file = "LICENSE" }
requires-python = ">=3.9" requires-python = ">=3.9"
dependencies = [ dependencies = [
"aiosqlite==0.21.0", "aiosqlite",
"click==8.1.8", "click",
"cramjam==2.9.1", "cramjam",
"et-xmlfile==2.0.0", "et-xmlfile",
"fastparquet==2024.11.0", "fastparquet",
"fsspec==2025.2.0", "fsspec",
"gitdb==4.0.12", "gitdb",
"gitpython==3.1.44", "gitpython",
"greenlet==3.1.1", "greenlet",
"iniconfig==2.0.0", "iniconfig",
"lxml==5.3.1", "lxml",
"numpy<2", "numpy",
"openpyxl==3.1.5", "openpyxl",
"pluggy==1.5.0", "pluggy",
"pyarrow==19.0.0", "pyarrow",
"pyomop==4.3.0", "pyomop",
"tables==3.9.2", "tables",
"pytest==8.3.4", "pytest",
"requests==2.32.3", "requests",
"simpledbf==0.2.6", "simpledbf",
"smmap==5.0.2", "smmap",
"sqlalchemy==2.0.38" "sqlalchemy"
] ]
[project.scripts] [project.scripts]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment