Skip to content

Commit

Permalink
Pin tabmat (#557)
Browse files Browse the repository at this point in the history
  • Loading branch information
jtilly authored Jul 1, 2022
1 parent 3904236 commit 68db7f1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
],
package_dir={"": "src"},
packages=find_packages(
Expand All @@ -78,7 +79,7 @@
"pandas",
"scikit-learn>=0.23",
"scipy",
"tabmat>=3.0.1",
"tabmat>=3.1.0",
],
entry_points=None
if os.environ.get("CONDA_BUILD")
Expand Down

0 comments on commit 68db7f1

Please sign in to comment.