This is an automated email from the ASF dual-hosted git repository.
colinlee pushed a commit to branch colin_fix_null
in repository https://gitbox.apache.org/repos/asf/tsfile.git
The following commit(s) were added to refs/heads/colin_fix_null by this push:
new 57af6c7e fix compile dist.
57af6c7e is described below
commit 57af6c7ea5e4fc61f141613d476483d373befcd0
Author: ColinLee <[email protected]>
AuthorDate: Wed Apr 9 15:29:36 2025 +0800
fix compile dist.
---
python/requirements.txt | 2 +-
python/setup.py | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/python/requirements.txt b/python/requirements.txt
index 1f579636..9e6c929e 100644
--- a/python/requirements.txt
+++ b/python/requirements.txt
@@ -21,5 +21,5 @@ cython==3.0.10
numpy==1.26.4
pandas==2.2.2
setuptools==70.0.0
-wheel
+wheel==0.45.1
diff --git a/python/setup.py b/python/setup.py
index 84727278..6edeea0b 100644
--- a/python/setup.py
+++ b/python/setup.py
@@ -24,7 +24,7 @@ import platform
import shutil
import os
-version = "2.1.0.dev"
+version = "2.1.0.dev0"
system = platform.system()
def copy_tsfile_lib(source_dir, target_dir, suffix):