1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-26 03:55:46 +02:00

(v2.1.1.9183) unit test for older R versions

This commit is contained in:
2025-03-03 14:54:42 +01:00
parent 9a9468fa84
commit e28dd86c43
9 changed files with 13 additions and 8 deletions

View File

@ -1,6 +1,6 @@
Metadata-Version: 2.2
Name: AMR
Version: 2.1.1.9182
Version: 2.1.1.9183
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.9182',
version='2.1.1.9183',
packages=find_packages(),
install_requires=[
'rpy2',