Adds pyproject - #2117
Conversation
dca30a8 to
f4a9d8b
Compare
f4a9d8b to
d11eb81
Compare
d11eb81 to
e297867
Compare
e297867 to
14ada71
Compare
d9b74dd to
5e59972
Compare
|
I cannot figure out why the conda and docker builds are failing but otherwise this should be sufficient |
It looks like you're missing pywavlets (pywt) and h5py in your test environment. It's also skipping a lot of tests as the optional (but required for out CI) packages aren't there: |
Ok, I saw the missing packages pywt and h5py but didn't notice this, so I thought it was just those 2 packages which confused me(the though it's still a bit confusing as matplotlib still seems to be installed). |
1c8b8d2 to
d6b8063
Compare
|
Ok, so I think I see the problem now. A few options:
I'm not sure how to do this super incrementally; the work that's been done so far is reasonably close to making 2. possible, but I would definitely prefer a more incremental strategy if anyone has suggestions. |
|
Nevermind: I think I found a way to get this to work with the tool |
d6b8063 to
14ada71
Compare
Description
Addresses #2116
Taken(and added onto) from #2105.
Changes
Adds python dependencies to
pyproject.toml, and updates CI to use these dependencies.Testing you performed
Related issues/links
Checklist
Contribution Notes
Please read and adhere to the developer guide and local patterns and conventions.
--->