Files
symbolic_nn_tests/pyproject.toml
Cian Hughes 8bf53fb560 Working attempt at semantic loss based on RFR
Attempt at semantic loss driven by self optimising loss funtion using a
random forest regerssor for optimisation of semantic expressions
2024-06-14 13:09:42 +01:00

42 lines
852 B
TOML

[tool.poetry]
name = "symbolic-nn-tests"
version = "0.1.0"
description = ""
authors = ["Cian Hughes <chughes000@gmail.com>"]
license = "MIT"
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.11"
torch = "^2.3.0"
lightning = "^2.2.4"
torchvision = "^0.18.0"
wandb = "^0.17.0"
optuna = "^3.6.1"
setuptools = "^69.5.1"
gdown = "^5.2.0"
bpython = "^0.24"
ipython = "^8.24.0"
matplotlib-backend-kitty = "^2.1.2"
euporie = "^2.8.2"
ipykernel = "^6.29.4"
tensorboard = "^2.16.2"
typer = "^0.12.3"
kaggle = "^1.6.14"
periodic-table-dataclasses = "^1.0"
polars = "^0.20.28"
jupyter = "^1.0.0"
safetensors = "^0.4.3"
alive-progress = "^3.1.5"
hvplot = "^0.10.0"
pyarrow = "^16.1.0"
loguru = "^0.7.2"
plotly = "^5.22.0"
snoop = "^0.4.3"
scikit-optimize = "^0.10.2"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"