Skip to content

Commit 1a3fc13

Browse files
author
Jorge Mario Cruz-Duarte
committed
Updates to the requirements.txt
1 parent bdd81c4 commit 1a3fc13

File tree

5 files changed

+139
-149
lines changed

5 files changed

+139
-149
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
strategy:
1010
matrix:
11-
python-version: ["3.8"]
11+
python-version: ["3.9"]
1212

1313
steps:
1414
- uses: actions/checkout@v3

README.md

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,10 @@
1010
Detailed information about this framework can be found in [[1, 2]](#references). Plus, the code for each module is well-documented.
1111

1212

13-
### 🛠 Requirements:
14-
15-
| Package | Version (>=) |
16-
|----------------------------------------------------|--------------|
17-
| [Python](https://github.com/conda-forge/miniforge) | 3.8 |
18-
| [NumPy](https://numpy.org) | 1.22.0 |
19-
| [SciPy](https://scipy.org) | 1.5.0 |
20-
| [matplotlib](https://matplotlib.org) | 3.2.2 |
21-
| [tqdm](https://tqdm.github.io) | 4.47.0 |
22-
| [pandas](https://pandas.pydata.org) | 1.5.3 |
23-
| [scikit-learn](https://scikit-learn.org/stable/) | 1.2.2 |
24-
| [TensorFlow](https://www.tensorflow.org)* | 2.8.0 |
25-
26-
*For Mac M1/M2, one may need to install TensorFlow via `conda` such as:
13+
### 🛠 Requirements:
14+
15+
* Check the [requirements.txt](requirements.txt) file.
16+
* For Apple Silicon, one may need to install TensorFlow via `conda` such as:
2717
```shell
2818
conda install -c apple tensorflow-deps
2919
```

pseudo_make.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ function usage {
1111

1212
send_pip() {
1313
echo "Sending to PyPi..."
14-
python -m twine upload --repository testpypi dist/*
14+
#python -m twine upload --repository testpypi dist/*
1515
python -m twine upload dist/*
1616
printf "[Done]\n"
1717
}

requirements.txt

Lines changed: 132 additions & 132 deletions
Original file line numberDiff line numberDiff line change
@@ -1,132 +1,132 @@
1-
anyio==4.5.0
2-
appnope==0.1.4
3-
argon2-cffi==23.1.0
4-
argon2-cffi-bindings==21.2.0
5-
arrow==1.3.0
6-
asttokens==2.4.1
7-
async-lru==2.0.4
8-
attrs==24.2.0
9-
babel==2.16.0
10-
beautifulsoup4==4.12.3
11-
bleach==6.1.0
12-
certifi==2024.8.30
13-
cffi==1.17.1
14-
charset-normalizer==3.3.2
15-
comm==0.2.2
16-
contourpy==1.1.1
17-
cycler==0.12.1
18-
data==0.4
19-
debugpy==1.8.5
20-
decorator==5.1.1
21-
defusedxml==0.7.1
22-
exceptiongroup==1.2.2
23-
executing==2.1.0
24-
fastjsonschema==2.20.0
25-
fonttools==4.53.1
26-
fqdn==1.5.1
27-
funcsigs==1.0.2
28-
future==1.0.0
29-
h11==0.14.0
30-
httpcore==1.0.5
31-
httpx==0.27.2
32-
idna==3.10
33-
importlib-metadata==8.5.0
34-
importlib-resources==6.4.4
35-
iniconfig==2.0.0
36-
ipykernel==6.29.5
37-
ipython==8.18.1
38-
ipywidgets==8.1.5
39-
isoduration==20.11.0
40-
jedi==0.19.1
41-
jinja2==3.1.4
42-
joblib==1.4.2
43-
json5==0.9.25
44-
jsonpointer==3.0.0
45-
jsonschema==4.23.0
46-
jsonschema-specifications==2023.12.1
47-
jupyter==1.1.1
48-
jupyter-client==8.6.3
49-
jupyter-console==6.6.3
50-
jupyter-core==5.7.2
51-
jupyter-events==0.10.0
52-
jupyter-lsp==2.2.5
53-
jupyter-server==2.14.2
54-
jupyter-server-terminals==0.5.3
55-
jupyterlab==4.2.5
56-
jupyterlab-pygments==0.3.0
57-
jupyterlab-server==2.27.3
58-
jupyterlab-widgets==3.0.13
59-
kiwisolver==1.4.5
60-
latex==0.7.0
61-
markupsafe==2.1.5
62-
matplotlib==3.9.2
63-
matplotlib-inline==0.1.7
64-
mistune==3.0.2
65-
nbclient==0.10.0
66-
nbconvert==7.16.4
67-
nbformat==5.10.4
68-
nest-asyncio==1.6.0
69-
notebook==7.2.2
70-
notebook-shim==0.2.4
71-
numpy==1.26.4
72-
optproblems==1.3
73-
overrides==7.7.0
74-
packaging==24.1
75-
pandas==2.2.2
76-
pandocfilters==1.5.1
77-
parso==0.8.4
78-
pexpect==4.9.0
79-
pillow==10.4.0
80-
pip==24.2
81-
platformdirs==4.3.6
82-
pluggy==1.5.0
83-
prometheus-client==0.21.0
84-
prompt-toolkit==3.0.47
85-
psutil==6.0.0
86-
ptyprocess==0.7.0
87-
pure-eval==0.2.3
88-
pycparser==2.22
89-
pygments==2.18.0
90-
pyparsing==3.1.4
91-
pytest==8.3.3
92-
python-dateutil==2.9.0.post0
93-
python-json-logger==2.0.7
94-
pytz==2024.1
95-
pyyaml==6.0.2
96-
pyzmq==26.2.0
97-
referencing==0.35.1
98-
requests==2.32.3
99-
rfc3339-validator==0.1.4
100-
rfc3986-validator==0.1.1
101-
rpds-py==0.20.0
102-
scikit-learn==1.5.1
103-
scipy==1.13.1
104-
send2trash==1.8.3
105-
setuptools==74.0.0
106-
shutilwhich==1.1.0
107-
six==1.16.0
108-
sniffio==1.3.1
109-
soupsieve==2.6
110-
stack-data==0.6.3
111-
tempdir==0.7.1
112-
tensorflow-macos==2.15.1
113-
tensorflow-metal==1.1.0
114-
terminado==0.18.1
115-
threadpoolctl==3.5.0
116-
tinycss2==1.3.0
117-
tomli==2.0.1
118-
tornado==6.4.1
119-
tqdm==4.66.5
120-
traitlets==5.14.3
121-
types-python-dateutil==2.9.0.20240906
122-
typing-extensions==4.12.2
123-
tzdata==2024.1
124-
uri-template==1.3.0
125-
urllib3==2.2.3
126-
wcwidth==0.2.13
127-
webcolors==24.8.0
128-
webencodings==0.5.1
129-
websocket-client==1.8.0
130-
wheel==0.44.0
131-
widgetsnbextension==4.0.13
132-
zipp==3.20.1
1+
anyio>=4.5.0
2+
appnope>=0.1.4
3+
argon2-cffi>=23.1.0
4+
argon2-cffi-bindings>=21.2.0
5+
arrow>=1.3.0
6+
asttokens>=2.4.1
7+
async-lru>=2.0.4
8+
attrs>=24.2.0
9+
babel>=2.16.0
10+
beautifulsoup4>=4.12.3
11+
bleach>=6.1.0
12+
certifi>=2024.8.30
13+
cffi>=1.17.1
14+
charset-normalizer>=3.3.2
15+
comm>=0.2.2
16+
contourpy>=1.1.1
17+
cycler>=0.12.1
18+
data>=0.4
19+
debugpy>=1.8.5
20+
decorator>=5.1.1
21+
defusedxml>=0.7.1
22+
exceptiongroup>=1.2.2
23+
executing>=2.1.0
24+
fastjsonschema>=2.20.0
25+
fonttools>=4.53.1
26+
fqdn>=1.5.1
27+
funcsigs>=1.0.2
28+
future>=1.0.0
29+
h11>=0.14.0
30+
httpcore>=1.0.5
31+
httpx>=0.27.2
32+
idna>=3.10
33+
importlib-metadata>=8.5.0
34+
importlib-resources>=6.4.4
35+
iniconfig>=2.0.0
36+
ipykernel>=6.29.5
37+
ipython>=8.18.1
38+
ipywidgets>=8.1.5
39+
isoduration>=20.11.0
40+
jedi>=0.19.1
41+
jinja2>=3.1.4
42+
joblib>=1.4.2
43+
json5>=0.9.25
44+
jsonpointer>=3.0.0
45+
jsonschema>=4.23.0
46+
jsonschema-specifications>=2023.12.1
47+
jupyter>=1.1.1
48+
jupyter-client>=8.6.3
49+
jupyter-console>=6.6.3
50+
jupyter-core>=5.7.2
51+
jupyter-events>=0.10.0
52+
jupyter-lsp>=2.2.5
53+
jupyter-server>=2.14.2
54+
jupyter-server-terminals>=0.5.3
55+
jupyterlab>=4.2.5
56+
jupyterlab-pygments>=0.3.0
57+
jupyterlab-server>=2.27.3
58+
jupyterlab-widgets>=3.0.13
59+
kiwisolver>=1.4.5
60+
latex>=0.7.0
61+
markupsafe>=2.1.5
62+
matplotlib>=3.9.2
63+
matplotlib-inline>=0.1.7
64+
mistune>=3.0.2
65+
nbclient>=0.10.0
66+
nbconvert>=7.16.4
67+
nbformat>=5.10.4
68+
nest-asyncio>=1.6.0
69+
notebook>=7.2.2
70+
notebook-shim>=0.2.4
71+
numpy>=1.26.4
72+
optproblems>=1.3
73+
overrides>=7.7.0
74+
packaging>=24.1
75+
pandas>=2.2.2
76+
pandocfilters>=1.5.1
77+
parso>=0.8.4
78+
pexpect>=4.9.0
79+
pillow>=10.4.0
80+
pip>=24.2
81+
platformdirs>=4.3.6
82+
pluggy>=1.5.0
83+
prometheus-client>=0.21.0
84+
prompt-toolkit>=3.0.47
85+
psutil>=6.0.0
86+
ptyprocess>=0.7.0
87+
pure-eval>=0.2.3
88+
pycparser>=2.22
89+
pygments>=2.18.0
90+
pyparsing>=3.1.4
91+
pytest>=8.3.3
92+
python-dateutil>=2.9.0.post0
93+
python-json-logger>=2.0.7
94+
pytz>=2024.1
95+
pyyaml>=6.0.2
96+
pyzmq>=26.2.0
97+
referencing>=0.35.1
98+
requests>=2.32.3
99+
rfc3339-validator>=0.1.4
100+
rfc3986-validator>=0.1.1
101+
rpds-py>=0.20.0
102+
scikit-learn>=1.5.1
103+
scipy>=1.13.1
104+
send2trash>=1.8.3
105+
setuptools>=74.0.0
106+
shutilwhich>=1.1.0
107+
six>=1.16.0
108+
sniffio>=1.3.1
109+
soupsieve>=2.6
110+
stack-data>=0.6.3
111+
tempdir>=0.7.1
112+
tensorflow-macos>=2.15.1
113+
tensorflow-metal>=1.1.0
114+
terminado>=0.18.1
115+
threadpoolctl>=3.5.0
116+
tinycss2>=1.3.0
117+
tomli>=2.0.1
118+
tornado>=6.4.1
119+
tqdm>=4.66.5
120+
traitlets>=5.14.3
121+
types-python-dateutil>=2.9.0.20240906
122+
typing-extensions>=4.12.2
123+
tzdata>=2024.1
124+
uri-template>=1.3.0
125+
urllib3>=2.2.3
126+
wcwidth>=0.2.13
127+
webcolors>=24.8.0
128+
webencodings>=0.5.1
129+
websocket-client>=1.8.0
130+
wheel>=0.44.0
131+
widgetsnbextension>=4.0.13
132+
zipp>=3.20.1

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setuptools.setup(
99
name='customhys',
10-
version='1.1.6',
10+
version='1.1.7',
1111
packages=setuptools.find_packages(),
1212
url='https://github.com/jcrvz/customhys',
1313
license='MIT License',

0 commit comments

Comments
 (0)