mdolab / pyspline

pySpline produces B-spline curves, surfaces, and volumes
Other
39 stars 26 forks source link

Document Python dependencies #38

Closed joanibal closed 1 year ago

joanibal commented 2 years ago

Description of feature

Figure out all the decencies used by this package and possibly remove the unnecessary ones.

Add the dependencies to the setup.py file. The dependencies necessary to run the code should be listed under install_requires and dependencies needed for testing should be listed under extra_requires. See pyOptSparse for an example. https://github.com/mdolab/pyoptsparse/blob/5f9e836c246dcb8fab62688b5fcc0e023c96c551/setup.py#L60-L70

eirikurj commented 1 year ago

Closing, addressed by #39