f0uriest / quadax

Numerical quadrature with JAX
MIT License
39 stars 1 forks source link

Relax requirements #1

Closed pokedthefrog closed 7 months ago

pokedthefrog commented 9 months ago

Hi @f0uriest,

I've started using quadax in some of my projects and noticed that poetry complains about dependencies that could either be relaxed (numpy < 1.25.0 and, potentially, jax <= 0.4.14) or dropped entirely (scipy).

Thanks a lot for your work and help!