From b1b398af1bc7be50bdfc9382716046db991924a8 Mon Sep 17 00:00:00 2001 From: Benjamin Scholtz Date: Wed, 27 Dec 2023 10:25:41 +0200 Subject: [PATCH] Update requirements.txt --- requirements.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 763c639c..d79f8d3b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,6 +6,8 @@ tabulate>=0.8.7 wheel>=0.38.1 pandas>=1.1.5 funcy>=1.16 +# Add support for Python3.10, see: https://github.com/cadCAD-org/cadCAD/issues/340 +fn @ git+https://github.com/cadCAD-org/fn.py@py3.10-support dill>=0.3.4 pathos>=0.2.8 numpy>=1.22.0 @@ -13,4 +15,4 @@ pytz>=2021.1 setuptools>=69.0.2 graphviz>=0.20.1 tqdm>=4.65.0 -pytest>=7.4.3 \ No newline at end of file +pytest>=7.4.3