Skip to content

Commit

Permalink
Updating package to fix import convokit issue (#246)
Browse files Browse the repository at this point in the history
Co-authored-by: Ethan Xia <[email protected]>
Co-authored-by: seanzhangkx8 <[email protected]>
  • Loading branch information
3 people authored Nov 16, 2024
1 parent f24a248 commit 740ce94
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
7 changes: 7 additions & 0 deletions =2.12
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Collecting pybind11
Obtaining dependency information for pybind11 from https://files.pythonhosted.org/packages/13/2f/0f24b288e2ce56f51c920137620b4434a38fd80583dbbe24fc2a1656c388/pybind11-2.13.6-py3-none-any.whl.metadata
Downloading pybind11-2.13.6-py3-none-any.whl.metadata (9.5 kB)
Downloading pybind11-2.13.6-py3-none-any.whl (243 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 243.3/243.3 kB 5.4 MB/s eta 0:00:00
Installing collected packages: pybind11
Successfully installed pybind11-2.13.6
7 changes: 5 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@
},
install_requires=[
"matplotlib>=3.0.0",
"pandas>=0.23.4",
"pandas>=1.5.0",
"numpy>=2.0.0",
"msgpack-numpy>=0.4.3.2",
"spacy>=3.8.2",
"scipy>=1.1.0",
"scikit-learn>=0.20.0",
"scikit-learn>=1.0",
"nltk>=3.4",
"dill>=0.2.9",
"joblib>=0.13.2",
Expand All @@ -58,6 +58,9 @@
"pyyaml>=5.4.1",
"dnspython>=1.16.0",
"thinc>=8.3.0,<8.4.0",
"h5py==3.12.1",
"numexpr>=2.8.0",
"bottleneck",
],
extras_require={
"craft": ["torch>=0.12"],
Expand Down

0 comments on commit 740ce94

Please sign in to comment.