Skip to content

Commit

Permalink
Relax wrapt package version (#30)
Browse files Browse the repository at this point in the history
* update wrapt version

* bump version
  • Loading branch information
n3011 authored Mar 4, 2025
1 parent 50bc4a2 commit 1712e66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion datum/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = '1.12.0'
__version__ = '1.12.1'
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ tensorflow <2.19
opencv-python==4.5.*
absl-py>=0.10
tqdm>=4.39.0
wrapt==1.14.1
wrapt>=1.14.1
numpy <= 1.27.0

# test requirements
Expand Down

0 comments on commit 1712e66

Please sign in to comment.