From 520e710b39c1ecd10d1daadc98df8993c11f36e4 Mon Sep 17 00:00:00 2001 From: Tom Schierenbeck Date: Mon, 25 Mar 2024 09:24:53 +0100 Subject: [PATCH] Changed requirements to be compatible with other projects. --- requirements.txt | 8 ++++---- src/random_events/__init__.py | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/requirements.txt b/requirements.txt index b73d3c1..b1dfed6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -portion>=2.4.1 -numpy>=1.24.4 -plotly>=5.20.0 -typing_extensions>=4.10.0 +portion +numpy +plotly +typing_extensions diff --git a/src/random_events/__init__.py b/src/random_events/__init__.py index 2940e26..9d2551a 100644 --- a/src/random_events/__init__.py +++ b/src/random_events/__init__.py @@ -1 +1 @@ -__version__ = '2.0.8' +__version__ = '2.0.9'