Patch release needed to update pandas requirement #1774
Labels
CLI
dependencies
Pull requests that update a dependency file
python
Pull requests that update Python code
In the Malaria Validation project, we are using a 3rd party library datar to manipulate our data in Python like dplyr in R. This library will need at least Pandas 1.2(pandas<2.0 and >=1.2) which is released on Dec. 2020. Currently Idmtools has a conflict on the Pandas dependency( idmtools 1.6.6 depends on pandas<1.2 and >=1.1.4).
Would it possible to update the Pandas requirement to at lease 1.2 in a patch release so we can use this 3rd party library?
Error about conflict dependencies when installing our package:
The text was updated successfully, but these errors were encountered: