Skip to content

Commit

Permalink
update dependencies 📦
Browse files Browse the repository at this point in the history
  • Loading branch information
gaetanbrison committed Nov 4, 2024
1 parent f32a91d commit 5782030
Show file tree
Hide file tree
Showing 2 changed files with 128 additions and 0 deletions.
125 changes: 125 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,128 @@
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so

# Distribution / packaging
.Python
env/
venv/
ENV/
env.bak/
venv.bak/
*.egg
*.egg-info/
dist/
build/
*.egg-info/
.eggs/

# PyInstaller
# Usually these files are written by a python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
*.cover
.cache
nosetests.xml
coverage.xml
*.coveragerc
*.py,cover
.hypothesis/

# Translations
*.mo
*.pot

# Django stuff:
*.log
local_settings.py
db.sqlite3

# Flask stuff:
instance/
.webassets-cache

# Scrapy stuff:
.scrapy

# Sphinx documentation
docs/_build/

# PyBuilder
target/

# Jupyter Notebook
.ipynb_checkpoints

# IPython
profile_default/
ipython_config.py

# PEP 582; used by e.g. github.com/David-OConnor/pyflow
__pypackages__/

# Celery beat schedule files
celerybeat-schedule

# SageMath parsed files
*.sage.py

# Environments
.env
.envrc
*.env
*.env.*

# IDEs and editors
.vscode/
.idea/
*.sublime-workspace

# PyCharm
*.iml
*.iws
.idea/
out/

# VS Code
.vscode/

# MacOS
.DS_Store

# Thumbnails
._*

# Windows
Thumbs.db
ehthumbs.db
Desktop.ini

# Visual Studio
.vs/
*.suo
*.user
*.userosscache
*.sln.docstates

# PyCharm working directory
.idea/


# Data
data/data_multitable/
data/data_singletable/
Expand Down
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ dependencies = [
"torcheval",
"fasttext",
"category-encoders",
"tabpfn",
"xgboost",
"catboost",
]

[project.urls]
Expand Down

0 comments on commit 5782030

Please sign in to comment.