Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

relax python upper constraint #357

Merged
merged 1 commit into from
Mar 6, 2024

Conversation

yokomotod
Copy link
Collaborator

numpy seems un-pinned python upper version numpy/numpy#24962 so now we can relax constraint too.

@@ -16,7 +16,7 @@ style = "pep440"
pattern = "^(?P<base>\\d+\\.\\d+\\.\\d+)"

[tool.poetry.dependencies]
python = ">=3.9,<3.13"
python = ">=3.9,<4"
Copy link
Collaborator Author

@yokomotod yokomotod Mar 6, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some other dependencies have <4 constraint, so ">=3.9" causes problem (those libraries will be downgraded to old version which has no <4 constraint)

ex. fakeredis

python-versions = ">=3.7,<4.0"

Copy link
Member

@Hi-king Hi-king left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Confirmed no critical diff on poetry.lock . THX!

@Hi-king Hi-king enabled auto-merge (squash) March 6, 2024 11:07
@Hi-king Hi-king merged commit 9bf0b32 into m3dev:master Mar 6, 2024
5 checks passed
@yokomotod yokomotod deleted the relax-python-constraint branch March 6, 2024 23:17
mski-iksm added a commit to mski-iksm/gokart that referenced this pull request Mar 17, 2024
delete RunWithLock

delete old codes

add test

sort

sort

delete

move

rename

test

rename

Change build backend to poetry-core (m3dev#355)

Co-authored-by: Keisuke Ogaki <keisuke-ogaki@m3.com>

allow distributing typed information (m3dev#356)

* allow distributing typed information

* restore include

relax python constraint (m3dev#357)

relock

add

Update docs/efficient_run_on_multi_workers.rst

Co-authored-by: Keisuke OGAKI <hikingko1@gmail.com>

set complete_check_at_run=False
kitagry pushed a commit that referenced this pull request Mar 22, 2024
* add task run lock

delete RunWithLock

delete old codes

add test

sort

sort

delete

move

rename

test

rename

Change build backend to poetry-core (#355)

Co-authored-by: Keisuke Ogaki <keisuke-ogaki@m3.com>

allow distributing typed information (#356)

* allow distributing typed information

* restore include

relax python constraint (#357)

relock

add

Update docs/efficient_run_on_multi_workers.rst

Co-authored-by: Keisuke OGAKI <hikingko1@gmail.com>

set complete_check_at_run=False

* add

* add blank line

* fix test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants