SevgiAkten / pycellga

Cellular Genetic Algorithms in Python.
https://sevgiakten.github.io/pycellga/
MIT License
2 stars 1 forks source link

removal of packages after deletion of some files #54

Closed jbytecode closed 2 months ago

jbytecode commented 2 months ago

We've got rid of some files about simulating methods and database connectivity.

requirements.txt should be updated, for example, pandas is no longer a requirement for the package.

jbytecode commented 2 months ago

I've just realized that the pandas is still in use in tsp. is it really required?