Skip to content

Commit

Permalink
Relax requirements a bit
Browse files Browse the repository at this point in the history
Kept core packages that will effect results with more tight requirements though.
  • Loading branch information
alexdaniel654 committed Sep 7, 2023
1 parent a5a4e6b commit c72a1ab
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 12 deletions.
24 changes: 12 additions & 12 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
dipy~=1.6.0
matplotlib~=3.7.0
dipy>=1.6.0
matplotlib>=3.7.0
nibabel>=5.0.1
notebook~=6.5.1
numba~=0.57.1
numpy~=1.24.1
pandas~=2.0.2
pathos~=0.3.0
notebook>=6.5.1
numba>=0.55.1, <0.58
numpy>=1.24.1, <1.26
pandas>=2.0.0
pathos>=0.3.0
renalsegmentor>=1.3.5
scikit-image~=0.21.0
scipy~=1.9.1
scikit-learn~=1.2.1
tabulate~=0.9.0
tqdm~=4.64.1
scikit-image>=0.20.0, <0.22
scipy>=1.9.1, <1.12
scikit-learn~=1.3.0 # Change to >=1.2.1, <1.4 if this works
tabulate>=0.9.0
tqdm>=4.64.1
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',
],
)

0 comments on commit c72a1ab

Please sign in to comment.