1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-11 22:21:53 +02:00

(v2.1.1.9120) unit test fix

This commit is contained in:
2024-12-15 20:32:55 +01:00
parent 7e7db6bb81
commit 8249cfda46
9 changed files with 19 additions and 11 deletions

View File

@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: AMR
Version: 2.1.1.9118
Version: 2.1.1.9120
Summary: A Python wrapper for the AMR R package
Home-page: https://github.com/msberends/AMR
Author: Matthijs Berends

Binary file not shown.

Binary file not shown.

View File

@ -2,7 +2,7 @@ from setuptools import setup, find_packages
setup(
name='AMR',
version='2.1.1.9118',
version='2.1.1.9120',
packages=find_packages(),
install_requires=[
'rpy2',