Skip to content

Commit 59e6126

Browse files
authored
[BUGFIX] Fix OptionError in pandas (#34)
* Update CHANGE.txt * Update setup.py
1 parent 166e094 commit 59e6126

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGE.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
v0.0.13:
2+
* Bugfix: update dependency version of `longling`
3+
14
v0.0.12:
25
* limit the range of parameters in IRT and MIRT
36

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
setup(
1010
name='EduCDM',
11-
version='0.0.12',
11+
version='0.0.13',
1212
extras_require={
1313
'test': test_deps,
1414
},
@@ -19,7 +19,7 @@
1919
"numpy>=1.16.5",
2020
"scikit-learn",
2121
"pandas",
22-
"longling>=1.3.23"
22+
"longling>=1.3.33"
2323
], # And any other dependencies for needs
2424
entry_points={
2525
},

0 commit comments

Comments
 (0)