Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set up dependabot configuration for pip #551

Merged
merged 18 commits into from
Jun 5, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix pandas for older python
  • Loading branch information
adamjstewart committed Jun 4, 2022
commit 0dab56a60db0451e5b97aa6152e2d161c901f00d
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ h5py==3.6.0
laspy==2.1.2
open3d==0.14.1;python_version<'3.10'
opencv-python==4.5.5.64
pandas==1.4.2
pandas==1.4.2;python_version>='3.8'
pandas==1.3.5;python_version=='3.7'
pycocotools==2.0.4
radiant-mlhub==0.5.1
rarfile==4.0
Expand Down