Skip to content

Commit ffe7116

Browse files
committed
Relaxed depencencies versions
1 parent 078ecf5 commit ffe7116

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
numpy==2.0.1
2-
scipy==1.14.0
3-
scikit-learn==1.5.1
4-
jax==0.4.31
5-
jaxlib==0.4.31
1+
numpy
2+
scipy
3+
scikit-learn
4+
jax
5+
jaxlib

setup.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@
2929
],
3030
python_requires='>=3.12',
3131
install_requires=[
32-
"numpy==2.0.1",
33-
"scipy==1.14.0",
34-
"scikit-learn==1.5.1",
35-
"jax==0.4.31",
36-
"jaxlib==0.4.31",
32+
"numpy",
33+
"scipy",
34+
"scikit-learn",
35+
"jax",
36+
"jaxlib",
3737
]
3838
)

0 commit comments

Comments
 (0)