-
Notifications
You must be signed in to change notification settings - Fork 72
Drop support for python 3.7, add testing for python 3.10 #383
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
Merged
Merged
Changes from 5 commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
f7f3556
Add testing support for python 3.10
charlesbluca d503e93
Use quotes for python versions in workflow
charlesbluca e43cef0
Constrain numpy version to resolve Numba conflicts
charlesbluca f9071c9
numpy needs to be pinned for some reason
charlesbluca 86f2070
Pick the correct numpy constraint
charlesbluca 68111e2
Merge remote-tracking branch 'upstream/main' into python-3.10
charlesbluca eddbc48
Remove defaults channel, numpy constraint
charlesbluca d5b6160
Merge remote-tracking branch 'upstream/main' into python-3.10
charlesbluca a38708c
Set channel_priority strict to ignore defaults
charlesbluca b8fd3f8
Remove testing / environments for 3.7
charlesbluca 3853cde
Bump various docs / pinned testing builds to 3.9
charlesbluca 0a8c2b0
Use nodefaults channel to disable defaults?
charlesbluca 14bcb0d
Merge remote-tracking branch 'upstream/main' into python-3.10
charlesbluca 2af00fe
Update env files to match upstream merge
charlesbluca d247384
Restrict to Python >=3.8 in setup.py / nightlies
charlesbluca c31cba6
Bump RTD python version
charlesbluca 53081d3
Bump docker conda env requirements
charlesbluca ac143f1
[test-upstream]
charlesbluca File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,43 @@ | ||
| name: dask-sql | ||
| channels: | ||
| - conda-forge | ||
| - defaults | ||
| dependencies: | ||
| - adagio>=0.2.3 | ||
| - antlr4-python3-runtime>=4.9.2 | ||
| - black=19.10b0 | ||
| - ciso8601>=2.2.0 | ||
| - dask-ml>=2022.1.22 | ||
| - dask>=2021.11.1 | ||
| - fastapi>=0.61.1 | ||
| - fs>=2.4.11 | ||
| - intake>=0.6.0 | ||
| - isort=5.7.0 | ||
| - jpype1>=1.0.2 | ||
| - lightgbm>=3.2.1 | ||
| - maven>=3.6.0 | ||
| - mlflow>=1.19.0 | ||
| - mock>=4.0.3 | ||
| - nest-asyncio>=1.4.3 | ||
| - numpy<1.22 # numba only supports up to numpy 1.21 | ||
| - openjdk=11 | ||
| - pandas>=1.0.0 # below 1.0, there were no nullable ext. types | ||
| - pip=20.2.4 | ||
| - pre-commit>=2.11.1 | ||
| - prompt_toolkit>=3.0.8 | ||
| - psycopg2>=2.9.1 | ||
| - pyarrow>=0.15.1 | ||
| - pygments>=2.7.1 | ||
| - pyhive>=0.6.4 | ||
| - pytest-cov>=2.10.1 | ||
| - pytest-xdist | ||
| - pytest>=6.0.1 | ||
| - python=3.10 | ||
| - scikit-learn>=0.24.2 | ||
| - sphinx>=3.2.1 | ||
| - tpot>=0.11.7 | ||
| - triad>=0.5.4 | ||
| - tzlocal>=2.1 | ||
| - uvicorn>=0.11.3 | ||
| - pip: | ||
| - fugue[sql]>=0.5.3 | ||
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,43 @@ | ||
| name: dask-sql | ||
| channels: | ||
| - conda-forge | ||
| - defaults | ||
| dependencies: | ||
| - adagio>=0.2.3 | ||
| - antlr4-python3-runtime>=4.9.2 | ||
| - black=19.10b0 | ||
| - ciso8601>=2.2.0 | ||
| - dask-ml>=2022.1.22 | ||
| - dask>=2021.11.1 | ||
| - fastapi>=0.61.1 | ||
| - fs>=2.4.11 | ||
| - intake>=0.6.0 | ||
| - isort=5.7.0 | ||
| - jpype1>=1.0.2 | ||
| - lightgbm>=3.2.1 | ||
| - maven>=3.6.0 | ||
| - mlflow>=1.19.0 | ||
| - mock>=4.0.3 | ||
| - nest-asyncio>=1.4.3 | ||
| - numpy<1.22 # numba only supports up to numpy 1.21 | ||
| - openjdk=8 | ||
| - pandas>=1.0.0 # below 1.0, there were no nullable ext. types | ||
| - pip=20.2.4 | ||
| - pre-commit>=2.11.1 | ||
| - prompt_toolkit>=3.0.8 | ||
| - psycopg2>=2.9.1 | ||
| - pyarrow>=0.15.1 | ||
| - pygments>=2.7.1 | ||
| - pyhive>=0.6.4 | ||
| - pytest-cov>=2.10.1 | ||
| - pytest-xdist | ||
| - pytest>=6.0.1 | ||
| - python=3.10 | ||
| - scikit-learn>=0.24.2 | ||
| - sphinx>=3.2.1 | ||
| - tpot>=0.11.7 | ||
| - triad>=0.5.4 | ||
| - tzlocal>=2.1 | ||
| - uvicorn>=0.11.3 | ||
| - pip: | ||
| - fugue[sql]>=0.5.3 |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.