diff options
author | maxim-yurchuk <maxim-yurchuk@yandex-team.com> | 2025-02-11 13:26:52 +0300 |
---|---|---|
committer | maxim-yurchuk <maxim-yurchuk@yandex-team.com> | 2025-02-11 13:57:59 +0300 |
commit | f895bba65827952ed934b2b46f9a45e30a191fd2 (patch) | |
tree | 03260c906d9ec41cdc03e2a496b15d407459cec0 /contrib/python/pandas/py3/patches | |
parent | 5f7060466f7b9707818c2091e1a25c14f33c3474 (diff) | |
download | ydb-f895bba65827952ed934b2b46f9a45e30a191fd2.tar.gz |
Remove deps on pandas
<https://github.com/ydb-platform/ydb/pull/14418>
<https://github.com/ydb-platform/ydb/pull/14419>
\-- аналогичные правки в gh
Хочу залить в обход синка, чтобы посмотреть удалится ли pandas в нашей gh репе через piglet
commit_hash:abca127aa37d4dbb94b07e1e18cdb8eb5b711860
Diffstat (limited to 'contrib/python/pandas/py3/patches')
-rw-r--r-- | contrib/python/pandas/py3/patches/01-arcadia.patch | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/contrib/python/pandas/py3/patches/01-arcadia.patch b/contrib/python/pandas/py3/patches/01-arcadia.patch deleted file mode 100644 index b228067b37a..00000000000 --- a/contrib/python/pandas/py3/patches/01-arcadia.patch +++ /dev/null @@ -1,33 +0,0 @@ ---- contrib/python/pandas/py3/pandas/_libs/src/klib/khash_python.h (index) -+++ contrib/python/pandas/py3/pandas/_libs/src/klib/khash_python.h (working tree) -@@ -23,1 +23,1 @@ typedef npy_complex128 khcomplex128_t; --void *traced_malloc(size_t size){ -+static void *traced_malloc(size_t size){ -@@ -31,1 +31,1 @@ void *traced_malloc(size_t size){ --void *traced_calloc(size_t num, size_t size){ -+static void *traced_calloc(size_t num, size_t size){ -@@ -39,1 +39,1 @@ void *traced_calloc(size_t num, size_t size){ --void *traced_realloc(void* old_ptr, size_t size){ -+static void *traced_realloc(void* old_ptr, size_t size){ -@@ -50,1 +50,1 @@ void *traced_realloc(void* old_ptr, size_t size){ --void traced_free(void* ptr){ -+static void traced_free(void* ptr){ ---- contrib/python/pandas/py3/pandas/_libs/src/ujson/python/date_conversions.c (index) -+++ contrib/python/pandas/py3/pandas/_libs/src/ujson/python/date_conversions.c (working tree) -@@ -9,2 +9,2 @@ The full license is in the LICENSE file, distributed with this software. --#include <../../../tslibs/src/datetime/np_datetime.h> --#include <../../../tslibs/src/datetime/np_datetime_strings.h> -+#include "../../../tslibs/src/datetime/np_datetime.h" -+#include "../../../tslibs/src/datetime/np_datetime_strings.h" ---- contrib/python/pandas/py3/pandas/compat/_optional.py (index) -+++ contrib/python/pandas/py3/pandas/compat/_optional.py (working tree) -@@ -41,1 +41,1 @@ VERSIONS = { -- "sqlalchemy": "1.4.16", -+ "sqlalchemy": "1.2.0", ---- contrib/python/pandas/py3/ya.make (index) -+++ contrib/python/pandas/py3/ya.make (working tree) -@@ -44,2 +44,4 @@ CFLAGS( - -+INCLUDE(symbols.cmake) -+ - SRCS( |