Skip to content

Commit

Permalink
Merge pull request #119 from oslokommune/upgrade-numba
Browse files Browse the repository at this point in the history
Unbreak pip-compile by upgrading numba
  • Loading branch information
simenheg authored Jan 29, 2024
2 parents 4da4e9c + dc80eae commit fdb4a38
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# This file is autogenerated by pip-compile with python 3.9
# To update, run:
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile
#
Expand All @@ -18,7 +18,7 @@ botocore==1.20.67
# s3transfer
certifi==2023.7.22
# via requests
chardet==4.0.0
charset-normalizer==3.3.2
# via requests
ecdsa==0.14.1
# via python-jose
Expand All @@ -38,9 +38,9 @@ jsonschema==3.2.0
# via
# okdata-pipeline (setup.py)
# okdata-sdk
llvmlite==0.36.0
llvmlite==0.41.1
# via numba
numba==0.53.1
numba==0.58.1
# via fastparquet
numpy==1.22.4
# via
Expand Down

0 comments on commit fdb4a38

Please sign in to comment.