DiamondLightSource / Savu

Tomography Reconstructon Pipeline
Other
38 stars 43 forks source link

version of python and numpy #868

Open paskino opened 2 years ago

paskino commented 2 years ago

What are the versions of numpy and python that are required by Savu?

I seem to see Python 3.7 and NumPy 1.15, which seem pretty old.

dkazanc commented 2 years ago

that's correct Python 3.7 and NumPy 1.15. There is a plan to move to Py 3.9 + numpy 1.20, however it results in hdf5 problems due to upgraded h5py library.

DimitriosBellos commented 1 year ago

Hi Daniil,

Since you will move to Python 3.9 will savu be compatible with Python 3.8 too? Also is there an update for the version transition?

Thanks Dimitrios