Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd7f76e4

Browse files
itsdaniJesse Whitehouse
and
Jesse Whitehouse
authored
Relax pandas dependency constraint to allow ^2.0.0 (#164)
Signed-off-by: Daniel Segesdi <daniel.segesdi@turbine.ai>Signed-off-by: Jesse Whitehouse <jesse.whitehouse@databricks.com>Co-authored-by: Jesse Whitehouse <jesse.whitehouse@databricks.com>
1 parent1965df5 commitd7f76e4

File tree

3 files changed

+89
-7
lines changed

3 files changed

+89
-7
lines changed

‎CHANGELOG.md‎

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@
22

33
##2.7.x (Unreleased)
44

5-
- Add support for Cloud Fetch
6-
- Fix: Revised SQLAlchemy dialect and examples for compatibility with SQLAlchemy==1.3.x
7-
- Fix: oauth would fail if expired credentials appeared in~/.netrc
8-
- Fix: Python HTTP proxies were broken after switch to urllib3
5+
- Add support for Cloud Fetch (#146,#151,#154)
6+
- Fix: Revised SQLAlchemy dialect and examples for compatibility with SQLAlchemy==1.3.x (#173)
7+
- Fix: oauth would fail if expired credentials appeared in~/.netrc (#122)
8+
- Fix: Python HTTP proxies were broken after switch to urllib3 (#158)
9+
- Other: Relax pandas dependency constraint to allow ^2.0.0 (#164)
910

1011
##2.7.0 (2023-06-26)
1112

‎poetry.lock‎

Lines changed: 79 additions & 2 deletions
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

‎pyproject.toml‎

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,11 @@ include = ["CHANGELOG.md"]
1111
[tool.poetry.dependencies]
1212
python ="^3.7.1"
1313
thrift ="^0.16.0"
14-
pandas ="^1.2.5"
14+
pandas = [
15+
{version =">=1.2.5,<1.4.0",python =">=3.7,<3.8"},
16+
{version =">=1.2.5,<3.0.0",python =">=3.8"}
17+
]
18+
1519
pyarrow = [
1620
{version =">=6.0.0",python =">=3.7,<3.11"},
1721
{version =">=10.0.1",python =">=3.11"}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp