lorenzo-rovigatti / oxDNA

A new version of the code to simulate the oxDNA/oxRNA models, now equipped with Python bindings
https://dna.physics.ox.ac.uk/
GNU General Public License v3.0
38 stars 26 forks source link

Update pybind #66

Closed ErikPoppleton closed 9 months ago

ErikPoppleton commented 9 months ago

Updated the included pybind version from 2.2 to 2.11 so that oxpy and oat work with Python 3.11. Pybind11 2.11 has a minimum Python version of 3.8, but because of oat's requirement of 3.9 I changed all requirements to match that.