diff --git a/requirements.txt b/requirements.txt index b8673725..560ed0a5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,8 +1,8 @@ matplotlib >= 3.5.0, < 4.0.0 numpy >= 1.21.0, < 1.22.0 -pyvista >= 0.33.0, < 1.0.0 -scipy >= 1.7.0, < 2.0.0 +pyvista >= 0.34.0, < 1.0.0 +scipy >= 1.8.0, < 2.0.0 numba >= 0.55.0, < 1.0.0 cmocean >= 2.0.0, < 3.0.0 -tqdm >= 4.63.0, < 5.0.0 +tqdm >= 4.64.0, < 5.0.0 webp >= 0.1.3, < 1.0.0 diff --git a/setup.cfg b/setup.cfg index a58033e9..0711da30 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = PteraSoftware -version = 2.0.0 +version = 2.0.1 author = Cameron Urban author_email = camerongurban@gmail.com license = MIT