Repast / repast4py

Git repository for Repast for Python development
Other
51 stars 4 forks source link

Bump numpy version to < 2.0 #69

Closed marisn closed 2 months ago

marisn commented 2 months ago

To run with Python 3.12, a more recent numpy version is required. Tested only with: python -m unittest discover tests

ncollier commented 2 months ago

Reply thanks for this. The development branch is numpy 2.0 compatible. I'll try to merge that with main later today, and push to PyPI.

ncollier commented 2 months ago

Merged numpy 2.0 compatible develop with master and pushed to pypi