MightyBOBcnc / nixis

A python program for procedurally generating planet-scale maps for Earth-like, spherical worlds.
MIT License
8 stars 0 forks source link

Clean up Anaconda environment file #12

Closed MightyBOBcnc closed 1 year ago

MightyBOBcnc commented 1 year ago

The environment file for setting up nixis with Anaconda contains every dependency of every package and is hard locked on specific versions of each package. Instead it should be cleaned up to only include the core packages and allow Anaconda to resolve their dependencies and versions itself.

(Also update readme.md to reflect any changes.)

MightyBOBcnc commented 1 year ago

Fixed by https://github.com/MightyBOBcnc/nixis/commit/f4823614b7dd427944c7dce2ffa9ac344d3c72e8, https://github.com/MightyBOBcnc/nixis/commit/5cbd18ab671a650c945023220c7d1673fa3d9bd2, https://github.com/MightyBOBcnc/nixis/commit/25059a6269d5ba5a3ef837e530f4f37e01232da9.