Closed elemets closed 3 weeks ago
Updated the setup.py and requirements.txt to contain exact versions rather than anything above these versions. I think maybe we should include a range e.g. pandas 1.3.5 < pandas 2.2.2.
We can do this by changing the current fixed versions to this:
pandas>=1.3.5,<2.2.2
We need xgboost, catboost, and autokeras library versions since we use these as well, or a least specify the ones we are testing
versions updated and work
Updated the setup.py and requirements.txt to contain exact versions rather than anything above these versions. I think maybe we should include a range e.g. pandas 1.3.5 < pandas 2.2.2.
We can do this by changing the current fixed versions to this:
pandas>=1.3.5,<2.2.2