Skip to content

Commit

Permalink
use numpy 2 compatible neural processes
Browse files Browse the repository at this point in the history
  • Loading branch information
davidwilby committed Dec 20, 2024
1 parent d04ac23 commit c5b45d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ rioxarray
numpy
dask
distributed
neuralprocesses>=0.2.6
neuralprocesses>=0.2.7
tensorflow
tensorflow_probability[tf]
torch>=2
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ zip_safe = False # https://mypy.readthedocs.io/en/latest/installed_packages.htm
include_package_data = True
python_requires = >=3.8
install_requires =
neuralprocesses
neuralprocesses>=0.2.7
backends-matrix
backends
numpy
Expand Down

0 comments on commit c5b45d9

Please sign in to comment.