Skip to content

Commit

Permalink
WIP: switch to PDM
Browse files Browse the repository at this point in the history
PDM is capable of locking in a few mins what Poetry seems to take 10s of mins (hours?) to solve with the numpy-pandas black hole: python-poetry/poetry#5121

It also supports overriding dependencies, which Poetry refuses and is critical in basic development (especially if working with a fork of distributed).

TODO: update docs, binder, etc. to use PDM. Figure out CI. Al that. This is just an experiment.
  • Loading branch information
gjoseph92 committed Sep 7, 2022
1 parent 2027a88 commit 0a8a661
Show file tree
Hide file tree
Showing 5 changed files with 3,970 additions and 87 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ __pycache__
dask-worker-space
.ipynb_checkpoints
.vscode
.pdm.toml
/dist

*.DS_Store
2 changes: 2 additions & 0 deletions __pypackages__/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
*
!.gitignore
Loading

0 comments on commit 0a8a661

Please sign in to comment.