kip-hart / MicroStructPy

Microstructure modeling, mesh generation, analysis, and visualization.
https://docs.microstructpy.org
MIT License
78 stars 19 forks source link

Add setuptools to requirements #91

Closed kip-hart closed 1 year ago

kip-hart commented 1 year ago

PR Summary

Purpose

This PR adds setuptools as a build requirement to the requirements.txt files. It addresses PRs #80, #82, and #85.

Approach

Requires at least the latest version of setuptools to be installed.