From 546dcd1d7f94ad22dcc4d320852ccea750ab1f68 Mon Sep 17 00:00:00 2001 From: Martin Diehl Date: Tue, 24 Aug 2021 16:10:17 +0200 Subject: [PATCH] name as on pypi --- PRIVATE | 2 +- python/setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/PRIVATE b/PRIVATE index 633e271a8..36ac61cae 160000 --- a/PRIVATE +++ b/PRIVATE @@ -1 +1 @@ -Subproject commit 633e271a8c337b94b2359c1837936fc0073149ec +Subproject commit 36ac61caef1eec1ac68cadbed1a8f6f07a035f54 diff --git a/python/setup.py b/python/setup.py index ff22c1640..c8026ce17 100644 --- a/python/setup.py +++ b/python/setup.py @@ -23,7 +23,7 @@ setuptools.setup( 'h5py>=2.9', # requires numpy 'vtk>=8.1', 'matplotlib>=3.0', # requires numpy, pillow - 'pyaml>=3.12' + 'pyyaml>=3.12' ], classifiers = [ 'Intended Audience :: Science/Research',