Skip to content

Commit e58ac51

Browse files
author
Simon Torres
committed
Removed pandas constraints, bugs seems fixed in pandas-dev/pandas#29670
1 parent f6e5771 commit e58ac51

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ channels:
33
- astroconda
44
dependencies:
55
- numpy
6-
- pandas==0.23.0
6+
- pandas
77
- matplotlib
88
- scipy
99
- cython

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ recommonmark
88
matplotlib
99
mock
1010
numpy
11-
pandas==0.23.0
11+
pandas
1212
scipy
1313
sphinx
1414
sphinxcontrib.napoleon

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ edit_on_github = False
2424
github_project = soar-telescope/goodman_pipeline
2525
install_requires =
2626
numpy
27-
pandas==0.23.0
27+
pandas
2828
matplotlib
2929
scipy
3030
cython

0 commit comments

Comments
 (0)