ansys / pyfluent-visualization

Visualize Ansys Fluent simulations using Python
https://visualization.fluent.docs.pyansys.com
MIT License
26 stars 3 forks source link

Incompatibile dependencies with PyFluent #407

Closed RobPasMue closed 2 months ago

RobPasMue commented 2 months ago

https://github.com/ansys/pyfluent-visualization/blob/97cbe766fae9c02d281ee17e762c4e9c057275ea/pyproject.toml#L33

Please align with PyFluent requirement - otherwise 0.21.3 onwards will be incompatible - this requires a new release.

I suggest you define the same requirement >=2.32.3

Pinging @ansys/pyfluent-admins

RobPasMue commented 2 months ago

@prmukherj let me know if you need anything from my side.

mkundu1 commented 2 months ago

Hi @RobPasMue, this issue is now fixed with the latest 0.10.1 release.

RobPasMue commented 2 months ago

Solved it, thanks!