pyspark-ai icon indicating copy to clipboard operation
pyspark-ai copied to clipboard

Fix project dependencies

Open MrPowers opened this issue 1 year ago • 1 comments

Some project dependencies should be flagged as dev-dependencies. We want the fewest dependencies possible when this project is pip installed.

A quinn user recently informed me that dev-dependencies are being deprecated and poetry is moving towards group dependencies.

This should work better for this project too. We should think about what dependency groups would be ideal for this project.

MrPowers avatar Sep 28 '23 13:09 MrPowers

It looks like that ticket was done:

  • we have dev-group (install --with=dev)
  • we have extras (install --extra=)

Whats else should be done here to resolve it?

SemyonSinchenko avatar May 04 '24 16:05 SemyonSinchenko

@gengliangwang It seems to me that this one can be closed as completed.

SemyonSinchenko avatar Jun 05 '24 15:06 SemyonSinchenko