Metadata-Version: 2.1
Name: dssatlm
Version: 0.1.3
Summary: Package for the DSSAT-Any-LM paper
Author: JK
Author-email: kpodojos@msu.edu
Requires-Python: >=3.10,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: dssatsim (>=0.1.1,<0.2.0)
Requires-Dist: groq (>=0.13.0,<0.14.0)
Requires-Dist: langchain (>=0.3.10,<0.4.0)
Requires-Dist: langchain-community (>=0.3.10,<0.4.0)
Requires-Dist: langchain-groq (>=0.2.1,<0.3.0)
Requires-Dist: langchain-openai (>=0.2.12,<0.3.0)
Requires-Dist: openai (>=1.57.1,<2.0.0)
Requires-Dist: pandas (==2.2.2)
Requires-Dist: python-dotenv (>=1.0.1,<2.0.0)
Requires-Dist: rich (>=13.9.4,<14.0.0)
Requires-Dist: tenacity (>=9.0.0,<10.0.0)
Requires-Dist: tiktoken (>=0.8.0,<0.9.0)
Requires-Dist: wandb (>=0.19.0,<0.20.0)
Description-Content-Type: text/markdown

# DSSAT with Language Models


## PRE-REQUISITES

This project requires that you set the following API keys:

* GROQ_API_KEY
* OPENAI_API_KEY
* WANDB_API_KEY


## INSTALL:
```
pip install dssatlm
```

## OBJECTIVES
[TO-DO]

## LIMITATIONS
[TO-DO]

## FUTURE PLANS
[TO-DO]

## ACKNOWLEDGEMENT
[TO-DO]



