Skip to content
This repository has been archived by the owner on Nov 26, 2023. It is now read-only.

Commit

Permalink
looks like we're moving to latest pandas afterall
Browse files Browse the repository at this point in the history
  • Loading branch information
kushalkolar committed May 25, 2021
1 parent 5511275 commit 3c0b521
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
### Fixed
- fix #55, don't move logfiles to zipfile in windows
- bugfix 88edbd342ce8e2698ca0087553082e568e7132c2 so custom modules are imported properly
- `pynwb` v1.5.1 wants newer `pandas`, stay on pandas 0.25.3 for now
- use latest `pandas` required by latest `pynwb` and latest `hdmf` due to `numpy` 1.20,

# 0.6.1
### Fixed
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ MarkupSafe>=1.1.1
matplotlib<=3.2.1
opencv-contrib-python>=4.2
opencv-python>=4.2
pandas~=0.25.3
pandas
Pillow>=5.4.1
psutil
PyQt5>=5.9.2,<=5.12
Expand All @@ -32,7 +32,7 @@ numba>=0.50.0
bottleneck==1.2.1
holoviews
jupyter
pynwb<=1.5.0
pynwb
pyqtgraph
tk
tcl
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"matplotlib<=3.2.1",
"opencv-contrib-python>=4.2",
"opencv-python>=4.2",
"pandas~=0.25.3", # do not change
"pandas", # do not change
"Pillow>=5.4.1",
"psutil",
"PyQt5>=5.9.2,<=5.12",
Expand All @@ -40,7 +40,7 @@
#"bottleneck==1.2.1", # do not change
"holoviews",
"jupyter",
"pynwb<=1.5.0", # caiman requirement
"pynwb", # caiman requirement
"pyqtgraph",
#"tensorflow~=1.15.0", # do not change, caiman requirement
"tk", # do not change
Expand Down

0 comments on commit 3c0b521

Please sign in to comment.