FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

MAINT: Update environment.yml to match *_requirements.txt by melissawm · Pull Request #25308 · numpy/numpy · GitHub

/ numpy Public

MAINT: Update environment.yml to match *_requirements.txt - #25308

Merged
rgommers merged 2 commits into
numpy:mainfrom
melissawm:update-python
Dec 5, 2023
Merged

rgommers merged 2 commits into
numpy:mainfrom
melissawm:update-python

Conversation

Copy link
Copy Markdown
Member

No real reason other than I noticed the docs were being built locally on python 3.9 instead of 3.11, which is used in CI. If any of those are incorrect please let me know.

rgommers left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

Thanks Melissa. This doesn't look quite right to me. The single = is the correct comparison symbol, == is not correct. Semantics are not the same compared to PyPI/pip specifiers (e.g., this will install 3.11.0 rather than 3.11.6). The added exact pins are not desired I think.

The only change that seems okay to make here is Python 3.11.x instead of 3.9.x

Copy link
Copy Markdown
Member Author

Of course you're right, sorry about that !

Comment thread environment.yml
- openblas
- nomkl
- setuptools=59.2.0
- setuptools

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

Do we still need to explicitly list setuptools at all?

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

We still have some compile tests using setup.py (e.g. _core/tests/test_limited_api.py), so it makes sense. setuptools is installing with python by conda anyway, so in practice it doesn't matter much.

rgommers left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

LGTM now, thanks Melissa.

rgommers merged commit 742920a into numpy:main Dec 5, 2023
rgommers added this to the 2.0.0 release milestone Dec 5, 2023
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants


Back | FazBrowse Home | New Git URL