Skip to content

BUG: CI is not picking up the dev dependencies #190

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

Closed
bsipocz opened this issue Aug 30, 2023 · 1 comment · Fixed by #199
Closed

BUG: CI is not picking up the dev dependencies #190

bsipocz opened this issue Aug 30, 2023 · 1 comment · Fixed by #199
Assignees
Labels
bug Something isn't working infrastructure Issues relevant to infrasructure, rather than content

Comments

@bsipocz
Copy link
Member

bsipocz commented Aug 30, 2023

E.g. we should test with numpy 2.0dev, but the devdeps job runs with 1.25.2. My first suspiciton is that it's due to an upper pin in another dependency, but it will need some investigation.

@bsipocz bsipocz added bug Something isn't working infrastructure Issues relevant to infrasructure, rather than content labels Aug 30, 2023
@bsipocz bsipocz self-assigned this Aug 30, 2023
@bsipocz
Copy link
Member Author

bsipocz commented Dec 21, 2023

statsmodels is still pinning numpy<2 in their dev, so it messes up all our CI, too.

https://github.com/numpy/numpy-tutorials/actions/runs/7283091307/job/19846449320#step:5:14

py312-test-devdeps: accessible-pygments==0.0.4,alabaster==0.7.13,asttokens==2.4.1,attrs==23.1.0,Babel==2.14.0,beautifulsoup4==4.12.2,certifi==2023.11.17,charset-normalizer==3.3.2,click==8.1.7,comm==0.2.0,contourpy==1.2.0,coverage==7.3.4,cycler==0.12.1,debugpy==1.8.0,decorator==5.1.1,docutils==0.20.1,executing==2.0.1,fastjsonschema==2.19.0,fonttools==4.47.0,greenlet==3.0.2,idna==3.6,imageio==2.33.1,imagesize==1.4.1,importlib-metadata==7.0.0,iniconfig==2.0.0,ipykernel==6.27.1,ipython==8.18.1,jedi==0.19.1,Jinja2==3.1.2,jsonschema==4.20.0,jsonschema-specifications==2023.11.2,jupyter-cache==1.0.0,jupyter_client==8.6.0,jupyter_core==5.5.1,jupytext==1.16.0,kiwisolver==1.4.5,markdown-it-py==3.0.0,MarkupSafe==2.1.3,matplotlib==3.9.0.dev0,matplotlib-inline==0.1.6,mdit-py-plugins==0.4.0,mdurl==0.1.2,myst-nb==1.0.0,myst-parser==2.0.0,nbclient==0.9.0,nbformat==5.9.2,nbval==0.10.0,nest-asyncio==1.5.8,numpy==1.26.2,packaging==23.2,pandas==2.2.0.dev0+936.g98e1d2f8ce,parso==0.8.3,patsy==0.5.4,pexpect==4.9.0,Pillow==10.1.0,pip==23.3.1,platformdirs==4.1.0,pluggy==1.3.0,prompt-toolkit==3.0.43,psutil==5.9.7,ptyprocess==0.7.0,pure-eval==0.2.2,pydata-sphinx-theme==0.14.4,Pygments==2.17.2,pyparsing==3.1.1,pytest==7.4.3,python-dateutil==2.8.2,pytz==2023.3.post1,PyYAML==6.0.1,pyzmq==25.1.2,referencing==0.32.0,requests==2.31.0,rpds-py==0.15.2,SciPy==1.13.0.dev0,six==1.16.0,snowballstemmer==2.2.0,soupsieve==2.5,Sphinx==7.2.6,sphinx-book-theme==1.1.0,sphinx-copybutton==0.5.2,sphinxcontrib-applehelp==1.0.7,sphinxcontrib-devhelp==1.0.5,sphinxcontrib-htmlhelp==2.0.4,sphinxcontrib-jsmath==1.0.1,sphinxcontrib-qthelp==1.0.6,sphinxcontrib-serializinghtml==1.1.9,SQLAlchemy==2.0.23,stack-data==0.6.3,statsmodels==0.15.0.dev132+g6614975f4,tabulate==0.9.0,toml==0.10.2,tornado==6.4,traitlets==5.14.0,typing_extensions==4.9.0,tzdata==2023.3,urllib3==2.1.0,wcwidth==0.2.12,zipp==3.17.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working infrastructure Issues relevant to infrasructure, rather than content
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant