Skip to content

Commit

Permalink
chore: specify numba dependency for different python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Lopa10ko committed Dec 27, 2024
1 parent b93b130 commit eb7c737
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ thegolem @ git+https://github.com/aimclub/GOLEM.git@45215bf#egg=thegolem
# Data
numpy>=1.16.0, !=1.24.0
pandas>=1.3.0; python_version >='3.8'
dask-ml~=2024.4.4; python_version >= '3.10'
dask-ml==2023.5.0; python_version < '3.10'
numba>=0.60.0
dask-ml>=2024.4.4; python_version >= '3.10'
dask-ml>=2023.5.0; python_version < '3.10'
numba>=0.60.0; python_version >= '3.10'
numba>=0.58.0; python_version < '3.10'

# Models and frameworks
anytree>=2.8.0
Expand Down

0 comments on commit eb7c737

Please sign in to comment.