jhuapl-boss / intern

Python SDK for interacting with the BossDB REST API
Apache License 2.0
21 stars 15 forks source link

dependency on older version of numpy (version 1.26.4) #115

Open akshitapanigrahi opened 2 months ago

akshitapanigrahi commented 2 months ago
intern version os python
1.4.1 macOS 3.11.7

may not be an issue, but a warning that intern has a dependency on older version of numpy (1.26.4); is not compatible with latest version numpy==2.0.0.

j6k4m8 commented 2 months ago

Thanks for keeping an eye on this! Shouldn't make a huge difference since the components of numpy that we use are relatively modest and will likely be limited to things that are backwards compatible... but we could put together a PR that removes this version pin on numpy and see what explodes :)