Open AbhiTheModder opened 1 month ago
I would like to propose moving from setup.py to a pyproject.toml-based setup, which can help solve dependency and compatibility issues, such as the one mentioned in #377 (though it can be solved via setup.py configuration too, see #411)
setup.py
pyproject.toml
Opening this ticket to discuss it all together.
I really like the idea @AbhiTheModder. For viz @CalebFenton @strazzere
I would like to propose moving from
setup.py
to apyproject.toml
-based setup, which can help solve dependency and compatibility issues, such as the one mentioned in #377 (though it can be solved viasetup.py
configuration too, see #411)Opening this ticket to discuss it all together.