From 81306dd4bdef9893d9ab39fa4dc501dca01e3025 Mon Sep 17 00:00:00 2001 From: Karim Ahmed <karim.ahmed@xfel.eu> Date: Tue, 20 Oct 2020 13:19:50 +0200 Subject: [PATCH] requests and manual install cython and numpy --- pyproject.toml | 2 ++ requirements.txt | 3 +-- 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 pyproject.toml diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 000000000..e8f8f2de2 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,2 @@ +[build-system] +requires = ["cython==0.29.21", "numpy==1.19.1"] diff --git a/requirements.txt b/requirements.txt index 37722e730..04bca6f52 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,6 @@ git+file:///gpfs/exfel/sw/calsoft/git/nbparameterise@0.3 git+file:///gpfs/exfel/sw/calsoft/git/pyDetLib@2.5.3-2.7.0#subdirectory=lib astcheck == 0.2.5 astsearch == 0.1.3 -Cython == 0.29.21 dill == 0.3.0 extra_data == 1.2.0 extra_geom == 1.0.0 @@ -26,12 +25,12 @@ lxml == 4.5.0 metadata_client == 3.0.5 nbconvert == 5.6.1 nbformat == 5.0.7 -numpy == 1.19.1 prettytable == 0.7.2 pypandoc == 1.4 python-dateutil == 2.8.1 pyyaml == 5.3 pyzmq == 19.0.0 +requests==2.22.0 scikit-learn == 0.22.2.post1 sharedmem == 0.3.8 sphinx == 1.8.5 -- GitLab