Skip to content

Commit

Permalink
patch numpy version
Browse files Browse the repository at this point in the history
  • Loading branch information
clementchadebec committed Jun 23, 2022
1 parent 16de36e commit 0fbba94
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
numpy==1.19
torch==1.8.1
dill==0.3.3
nibabel==3.2.1
pydantic==1.8.2
dataclasses==0.6
numpy>=1.22
torch>=1.8.1
dill>=0.3.3
nibabel>=3.2.1
pydantic>=1.8.2
dataclasses>=0.6
pillow>=8.3.2
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

setup(
name="pyraug",
version="0.0.5",
version="0.0.6",
author="Clement Chadebec (HekA team INRIA)",
author_email="[email protected]",
description="Data Augmentation with VAE",
Expand All @@ -33,7 +33,7 @@
package_dir={"": "src"},
packages=find_packages(where="src"),
install_requires=[
"numpy>=1.19.0",
"numpy>=1.22.0",
"Pillow>=8.3.2",
"torch>=1.8.1",
"dill>=0.3.3",
Expand Down

0 comments on commit 0fbba94

Please sign in to comment.