automl / ifBO

In-context Bayesian Optimization
MIT License
12 stars 2 forks source link

Use pyproject toml #6

Closed HideakiImamura closed 3 months ago

HideakiImamura commented 3 months ago

Partially resolve #5

Motivations

According to the Python official docs, we can write all configurations including package configs, linter configs, type checkers, and so on in pyproject.toml. This is recommended in PEP518.

Description of changes

Introduce pyproject.toml instead of setup.py

HideakiImamura commented 3 months ago

Sounds very good. I will remove the setup.py.

HideakiImamura commented 3 months ago

@herilalaina I removed setup.py. Please take a look.

herilalaina commented 3 months ago

Thanks @HideakiImamura :)