Skip to content

Commit

Permalink
update numpy requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
kitbeyer committed Aug 1, 2024
1 parent 2858c6a commit 84fc947
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 28 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ To include a specific release, replace `[version]` with the branch associated wi
# Changes by version

v0.21.8
- update numpy requirements < 2
- bug fix: resolved start_time inaccuracy for Axivity devices when using fractional timestamps

v0.21.7
Expand Down
28 changes: 14 additions & 14 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
numpy>=1.22.4
numba>=0.59.0
pandas>=1.4.0
matplotlib>=3.5.2
tqdm>=4.64.0
isodate>=0.6.1
scipy>=1.7.3
pyedflib>=0.1.34
scikit-learn>=1.1.1
flatten-dict>=0.4.2
fpdf>=1.7.2
toml>=0.10.2
msoffcrypto-tool>=5.0.0
nimbaldetach>=1.0.3
numpy >= 1.22.4, < 2.0.0
numba >= 0.59.0
pandas >= 1.4.0
matplotlib >= 3.5.2
tqdm >= 4.64.0
isodate >= 0.6.1
scipy >= 1.7.3
pyedflib >= 0.1.34
scikit-learn >= 1.1.1
flatten-dict >= 0.4.2
fpdf >= 1.7.2
toml >= 0.10.2
msoffcrypto-tool >= 5.0.0
nimbaldetach >= 1.0.3
openpyxl
28 changes: 14 additions & 14 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -23,20 +23,20 @@ packages =
python_requires = >=3.9
include_package_data = True
install_requires =
numpy>=1.22.4
numba>=0.59.0
pandas>=1.4.0
matplotlib>=3.5.2
tqdm>=4.64.0
isodate>=0.6.1
scipy>=1.7.3
pyedflib>=0.1.34
flatten-dict>=0.4.2
scikit-learn>=1.1.1
fpdf>=1.7.2
toml>=0.10.2
msoffcrypto-tool>=5.0.0
nimbaldetach>=1.0.3
numpy >= 1.22.4, < 2.0.0
numba >= 0.59.0
pandas >= 1.4.0
matplotlib >= 3.5.2
tqdm >= 4.64.0
isodate >= 0.6.1
scipy >= 1.7.3
pyedflib >= 0.1.34
flatten-dict >= 0.4.2
scikit-learn >= 1.1.1
fpdf >= 1.7.2
toml >= 0.10.2
msoffcrypto-tool >= 5.0.0
nimbaldetach >= 1.0.3
openpyxl


Expand Down

0 comments on commit 84fc947

Please sign in to comment.