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

Update requirements files in test_requirements/ directory #4898

Open
emilykl opened this issue Nov 21, 2024 · 0 comments
Open

Update requirements files in test_requirements/ directory #4898

emilykl opened this issue Nov 21, 2024 · 0 comments
Labels
dependencies Pull requests that update a dependency file P2 considered for next cycle

Comments

@emilykl
Copy link
Contributor

emilykl commented Nov 21, 2024

The requirements files in the test_requirements directory (which are used for running unit tests in the CI) pin horribly outdated versions of many dependencies -- here's just one example from requirements_311_optional.txt:

pandas==1.5.3
numpy==1.23.2

(The latest pandas version is 2.2.3 and latest numpy is 2.1.3)

Plausibly we shouldn't be pinning these versions at all except if it's required in very specific cases.

@gvwilson gvwilson added P2 considered for next cycle dependencies Pull requests that update a dependency file labels Nov 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file P2 considered for next cycle
Projects
None yet
Development

No branches or pull requests

2 participants