Skip to content

Commit

Permalink
unpin NumPy version, but pin CasADi version
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdsharpe committed Dec 8, 2023
1 parent 5525b72 commit ff6f126
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
numpy~=1.24.3
scipy~=1.11.1
casadi~=3.6.3
numpy~=1.26.2
scipy~=1.11.4
casadi~=3.6.4
pandas~=2.0.3
matplotlib~=3.8.0
seaborn~=0.12.2
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@
packages=find_packages(exclude=['docs', 'media', 'studies', 'tutorial']),
python_requires='>=3.8',
install_requires=[
'numpy >= 1.20.0, <1.25a0',
'numpy >= 1.20.0',
'scipy >= 1.7.0',
'casadi ~= 3.6.0',
'pandas >= 1',
'casadi >= 3.6.4',
'pandas >= 2',
'matplotlib >= 3.7.0',
'seaborn >= 0.11',
'tqdm >= 4',
Expand Down

0 comments on commit ff6f126

Please sign in to comment.