Skip to content

Commit 10b52db

Browse files
committed
Add requirements script and update requirements.txt
1 parent 1761090 commit 10b52db

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

requirements.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ idna==3.3 ; python_version >= "3.9" and python_full_version <= "3.11.4"
77
igraph==0.10.6 ; python_version >= "3.9" and python_full_version <= "3.11.4"
88
joblib==1.2.0 ; python_version >= "3.9" and python_full_version <= "3.11.4"
99
macholib==1.16 ; python_version >= "3.9" and python_full_version <= "3.11.4"
10-
numpy==1.25.2 ; python_version >= "3.9" and python_full_version <= "3.11.4"
10+
numpy==1.24.4 ; python_version >= "3.9" and python_full_version <= "3.11.4"
1111
pefile==2023.2.7 ; python_version >= "3.9" and python_full_version <= "3.11.4" and sys_platform == "win32"
1212
progress==1.6 ; python_version >= "3.9" and python_full_version <= "3.11.4"
1313
pyinstaller-hooks-contrib==2022.7 ; python_version >= "3.9" and python_full_version <= "3.11.4"
@@ -19,15 +19,16 @@ requests-mock==1.9.3 ; python_version >= "3.9" and python_full_version <= "3.11.
1919
requests==2.31.0 ; python_version >= "3.9" and python_full_version <= "3.11.4"
2020
scikit-learn==1.3.0 ; python_version >= "3.9" and python_full_version <= "3.11.4"
2121
scipy==1.10.0 ; python_version >= "3.9" and python_full_version <= "3.11.4"
22-
setuptools==68.0.0 ; python_version >= "3.9" and python_full_version <= "3.11.4"
22+
setuptools==68.1.2 ; python_version >= "3.9" and python_full_version <= "3.11.4"
2323
six==1.16.0 ; python_version >= "3.9" and python_full_version <= "3.11.4"
2424
sklearn==0.0 ; python_version >= "3.9" and python_full_version <= "3.11.4"
2525
soupsieve==2.3.2.post1 ; python_version >= "3.9" and python_full_version <= "3.11.4"
2626
termcolor==1.1.0 ; python_version >= "3.9" and python_full_version <= "3.11.4"
2727
texttable==1.6.4 ; python_version >= "3.9" and python_full_version <= "3.11.4"
2828
threadpoolctl==3.1.0 ; python_version >= "3.9" and python_full_version <= "3.11.4"
2929
threadsafe==1.0.0 ; python_version >= "3.9" and python_full_version <= "3.11.4"
30-
treelib==1.6.4 ; python_version >= "3.9" and python_full_version <= "3.11.4"
30+
treelib==1.7.0 ; python_version >= "3.9" and python_full_version <= "3.11.4"
31+
unipath==1.1 ; python_version >= "3.9" and python_full_version <= "3.11.4"
3132
urllib3==1.26.9 ; python_version >= "3.9" and python_full_version <= "3.11.4"
3233
validators==0.20.0 ; python_version >= "3.9" and python_full_version <= "3.11.4"
3334
yattag==1.14.0 ; python_version >= "3.9" and python_full_version <= "3.11.4"

scripts/update-requirements.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#! /bin/bash
2+
poetry export --without-hashes --format=requirements.txt > requirements.txt

0 commit comments

Comments
 (0)